Uses of Interface
org.hardtokenmgmt.core.ui.IController

Packages that use IController
org.hardtokenmgmt.admin.ui   
org.hardtokenmgmt.core.settings   
org.hardtokenmgmt.core.ui   
org.hardtokenmgmt.core.util   
org.hardtokenmgmt.initsuperadmin.ui   
org.hardtokenmgmt.mailsigner.ui   
org.hardtokenmgmt.ui   
org.hardtokenmgmt.ui.activatecard   
org.hardtokenmgmt.ui.blockcard   
org.hardtokenmgmt.ui.createcard   
org.hardtokenmgmt.ui.investigate   
org.hardtokenmgmt.ui.nocard   
org.hardtokenmgmt.ui.normalcard   
org.hardtokenmgmt.ui.notadmin   
org.hardtokenmgmt.ui.notadmin.createtemporary   
org.hardtokenmgmt.ui.notadmin.unlockpin   
org.hardtokenmgmt.ui.pinlocked   
org.hardtokenmgmt.ui.renew   
 

Uses of IController in org.hardtokenmgmt.admin.ui
 

Classes in org.hardtokenmgmt.admin.ui that implement IController
 class AdminMainController
           
 

Uses of IController in org.hardtokenmgmt.core.settings
 

Methods in org.hardtokenmgmt.core.settings that return IController
 IController GlobalSettings.getMainController()
          Returns an instance of the main controller used at startup of the application.
 

Uses of IController in org.hardtokenmgmt.core.ui
 

Classes in org.hardtokenmgmt.core.ui that implement IController
 class BaseController
          A Base class implementing the common methods of a Controller It also contains a lot of help methods of how to access the different interfaces and logging.
 

Methods in org.hardtokenmgmt.core.ui that return IController
static IController HardTokenManagementApplication.getCurrentController()
           
static IController HardTokenManagementApplet.getCurrentController()
           
 

Methods in org.hardtokenmgmt.core.ui with parameters of type IController
protected static void HardTokenManagementApplication.setCurrentController(IController newController)
           
protected static void HardTokenManagementApplet.setCurrentController(IController newController)
           
 

Uses of IController in org.hardtokenmgmt.core.util
 

Methods in org.hardtokenmgmt.core.util that return IController
static IController ControllerCache.getControllerInstance(java.lang.String classPath)
          Method returning a IController object given an classpath.
 

Uses of IController in org.hardtokenmgmt.initsuperadmin.ui
 

Classes in org.hardtokenmgmt.initsuperadmin.ui that implement IController
 class InitSuperAdminController
          Controller doing the actual initialization of the super administration card.
 class InsertCardController
          Controller used for to prompt card insertion of super administrator card.
 class SuperAdminCardDoneController
          The final controller in the initialize admin card pages.
 

Uses of IController in org.hardtokenmgmt.mailsigner.ui
 

Classes in org.hardtokenmgmt.mailsigner.ui that implement IController
 class MailSignerActionResultController
          The controller displaying general information about an action in the MailSigner control panel.
 class MailSignerManageExistingController
          Controller for the view existing MailSigners and the possibility to revoke them.
 class MailSignerMenuController
          The controller of the main menu for non admins giving two options to unlock a blocked card or requesting a temporary card.
 class MailSignerRegister1Controller
          Controller that reads a specified registration file and tries to register it to the server back-end.
 class MailSignerRegister2Controller
          Displays and writes the activation file to disk.
 

Uses of IController in org.hardtokenmgmt.ui
 

Classes in org.hardtokenmgmt.ui that implement IController
 class AdminCardRemovedController
          Controller displayed when an administrator is trying to access a controller it doesn't have priviledges to Controller Memory Settings: None
 class AdminConfigController
          Controller of the Admin settings page, where it is possible to configure the organization unit.
 class AutoLogonController
          Controller used for automatic logon using a PKCS11 that always is open, and checking that the HTTPS connectivity is correct.
 class CardAnalyserController
          One main controller prompting for card insertion and then analysing what could be the problem with the card before swithing controll to the most likely controller.
 class CardPersonalizedExternallyController
          Controller shown after analysis detects that the card is revoked but not cleaned.
 class CardStatusRevokedController
          Controller shown after analysis detects that the card is revoked but not cleaned.
 class DummyController1
          Dummy controller used for demonstration purposes.
 class DummyController2
          Dummy controller used for demonstration purposes.
 class ErrorController
          Controller used to diplay and error and the possibility to mail the error the designated administrator Controller Memory Settings: See separate CC constants.
 class ErrorLoadingAppletController
          Controller displayed when an administrator is trying to access the framework after a incomplete restart of the applet.
 class LogonController
          Controller used for logon screen, retrieving the PIN and checking that the HTTPS connectivity is correct.
 class NotAuthorizedController
          Controller displayed when an administrator is trying to access a controller it doesn't have priviledges to Controller Memory Settings: NOTAUTH_SHOWBACKBUTTON : True if not set NOTAUTH_MESSAGE : Message displayed for the user.
 class OtherActionsController
          Other Actions Controller used to display a menu of all the actions that is accessable for a user.
 class TemplateController
          Template controller that can be copied as used as skeleton Controller Memory Settings: None
 

Uses of IController in org.hardtokenmgmt.ui.activatecard
 

Classes in org.hardtokenmgmt.ui.activatecard that implement IController
 class ActivateCardController
          Controller used to activate a card in an organizations system Controller Memory Settings: None
 

Uses of IController in org.hardtokenmgmt.ui.blockcard
 

Classes in org.hardtokenmgmt.ui.blockcard that implement IController
 class BlockCardController
          Controller used to Revoke and erease a card not used anymore.
 class BlockCardResponseController
          The response after the revoke and erease operation have succeded.
 

Uses of IController in org.hardtokenmgmt.ui.createcard
 

Classes in org.hardtokenmgmt.ui.createcard that implement IController
 class CreateCardController
          The first page of the create card controller asking for user id.
 class CreateCardDoneController
          The final controller in the create card pages.
 class CreatingCardController
          Controller doing the actual personalization of the card, initializing the token generates PKCS10 requests sends them to EJBCA for certification and finally places them on the card.
 class SetCardTypeController
          Controller used to get input about the type of card issued.
 

Uses of IController in org.hardtokenmgmt.ui.investigate
 

Classes in org.hardtokenmgmt.ui.investigate that implement IController
 class InvestigateCardController
          Controller for the Manage Certificates on Card page displaying the cerificates and allowing them to be renewed or viewed in detaul Controller Memory Settings: VIEWCERT : The X509Certificate that should be viewed by the ViewCert Controller.
 class ViewCertController
          Controller controlling the Certificate View page Controller Memory Settings: None
 

Uses of IController in org.hardtokenmgmt.ui.nocard
 

Classes in org.hardtokenmgmt.ui.nocard that implement IController
 class WCActionController
          The action controller performing the actual blocking or activation depending on the memory setting in WCACTION.
 class WCActivateResponseController
          Response Controller used to display the result of the activate without the card operation Controller Memory Settings: None
 class WCRevokeResponseController
          Response Controller used to display the result of the revoke without the card operation Controller Memory Settings: None
 class WithoutCardController
          Actions without cards main controller displaying the menu and the user serial Id textfield input.
 

Uses of IController in org.hardtokenmgmt.ui.normalcard
 

Classes in org.hardtokenmgmt.ui.normalcard that implement IController
 class NormalCardController
          Controller of the menu displayed after an analysis have shown that the card is normal and a subset of action is showed with buttons that redirects to the other controllers.
 

Uses of IController in org.hardtokenmgmt.ui.notadmin
 

Classes in org.hardtokenmgmt.ui.notadmin that implement IController
 class NotAdminMenuController
          The controller of the main menu for non admins giving two options to unlock a blocked card or requesting a temporary card.
 class WaitForApprovalController
          A common controller for both the request temporary card and unblock actions It shows the waiting for approval page and checks EJBCA periodically if the given request have been approved.
 

Uses of IController in org.hardtokenmgmt.ui.notadmin.createtemporary
 

Classes in org.hardtokenmgmt.ui.notadmin.createtemporary that implement IController
 class NotAdminTemporaryCardStep4Controller
          Controller prompting for insertion of an empty card after a request for temporary card have been approved Controller Memory Settings: None
 

Uses of IController in org.hardtokenmgmt.ui.notadmin.unlockpin
 

Classes in org.hardtokenmgmt.ui.notadmin.unlockpin that implement IController
 class NotAdminPUKStep1Controller
          Controller for the first page when a card should be inserted and an apporval request is generated to EJBCA Controller Memory Settings: NOADMINPUKDATA : the PUK data fetched from EJBCA after the action have been approved.
 

Uses of IController in org.hardtokenmgmt.ui.pinlocked
 

Classes in org.hardtokenmgmt.ui.pinlocked that implement IController
 class PINLockedController
          Controller of the Unlock PIN page, fetching the PUK from EJBCA and unlocks the card and sets the newly entered PIN.
 class PINUnlockedController
          Controller shown after a unlock have been successful. displays information about the user.
 

Uses of IController in org.hardtokenmgmt.ui.renew
 

Classes in org.hardtokenmgmt.ui.renew that implement IController
 class RenewCertController
          Controller for the renew certificates page, it displays the certificates on the card and if they are about to expire according to the settings in the global configuration are the expiring certificate displayed in red.
 class RenewCertDoneController
          Controller displaying the result of the renewal process.