Uses of Class
org.hardtokenmgmt.core.ui.BaseController

Packages that use BaseController
org.hardtokenmgmt.admin.ui   
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 BaseController in org.hardtokenmgmt.admin.ui
 

Subclasses of BaseController in org.hardtokenmgmt.admin.ui
 class AdminMainController
           
 

Uses of BaseController in org.hardtokenmgmt.initsuperadmin.ui
 

Subclasses of BaseController in org.hardtokenmgmt.initsuperadmin.ui
 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 BaseController in org.hardtokenmgmt.mailsigner.ui
 

Subclasses of BaseController in org.hardtokenmgmt.mailsigner.ui
 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 BaseController in org.hardtokenmgmt.ui
 

Subclasses of BaseController in org.hardtokenmgmt.ui
 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 BaseController in org.hardtokenmgmt.ui.activatecard
 

Subclasses of BaseController in org.hardtokenmgmt.ui.activatecard
 class ActivateCardController
          Controller used to activate a card in an organizations system Controller Memory Settings: None
 

Uses of BaseController in org.hardtokenmgmt.ui.blockcard
 

Subclasses of BaseController in org.hardtokenmgmt.ui.blockcard
 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 BaseController in org.hardtokenmgmt.ui.createcard
 

Subclasses of BaseController in org.hardtokenmgmt.ui.createcard
 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 BaseController in org.hardtokenmgmt.ui.investigate
 

Subclasses of BaseController in org.hardtokenmgmt.ui.investigate
 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 BaseController in org.hardtokenmgmt.ui.nocard
 

Subclasses of BaseController in org.hardtokenmgmt.ui.nocard
 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 BaseController in org.hardtokenmgmt.ui.normalcard
 

Subclasses of BaseController in org.hardtokenmgmt.ui.normalcard
 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 BaseController in org.hardtokenmgmt.ui.notadmin
 

Subclasses of BaseController in org.hardtokenmgmt.ui.notadmin
 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 BaseController in org.hardtokenmgmt.ui.notadmin.createtemporary
 

Subclasses of BaseController in org.hardtokenmgmt.ui.notadmin.createtemporary
 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 BaseController in org.hardtokenmgmt.ui.notadmin.unlockpin
 

Subclasses of BaseController in org.hardtokenmgmt.ui.notadmin.unlockpin
 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 BaseController in org.hardtokenmgmt.ui.pinlocked
 

Subclasses of BaseController in org.hardtokenmgmt.ui.pinlocked
 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 BaseController in org.hardtokenmgmt.ui.renew
 

Subclasses of BaseController in org.hardtokenmgmt.ui.renew
 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.