|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.hardtokenmgmt.core.ui.BaseController
org.hardtokenmgmt.ui.LogonController
public class LogonController
Controller used for logon screen, retrieving the PIN and checking that the HTTPS connectivity is correct.
Controller Memory Settings:
| Field Summary |
|---|
| Fields inherited from class org.hardtokenmgmt.core.ui.BaseController |
|---|
view |
| Constructor Summary | |
|---|---|
LogonController()
|
|
| Method Summary | |
|---|---|
void |
getControl(java.lang.String callingController)
Method called by the Main applet when it's time for this controller to take control |
boolean |
isAuthorizedToController(java.security.cert.X509Certificate admin)
Method called by the main applet to check that the administrator is authorized to this controller |
protected void |
switchControlTo(java.lang.String controllerClassPath)
Method that should be used when the controller is complete with its operations and want to give the control to another controller |
protected void |
switchToFreshController(java.lang.String controllerClassPath)
Same as swithcControlTo but always creates a fresh controller. |
void |
update(java.util.Observable caller,
java.lang.Object object)
|
| Methods inherited from class org.hardtokenmgmt.core.ui.BaseController |
|---|
debug, debug, error, error, getAdministratorSettings, getControllerMemory, getControllerSetting, getControllerSetting, getGlobalSettings, getHTMFAdminInterface, getProcessableToken, getTokenManager, getView, getWSRAInterface, info, info, isAdmin, isNonAdmin |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LogonController()
| Method Detail |
|---|
protected void switchControlTo(java.lang.String controllerClassPath)
BaseController
switchControlTo in class BaseControllerBaseController.switchControlTo(java.lang.String)protected void switchToFreshController(java.lang.String controllerClassPath)
BaseController
switchToFreshController in class BaseControllerpublic void getControl(java.lang.String callingController)
getControl in interface IControllercallingController - class path to the controller calling this controller or null
if this was the main controller.IController.getControl(String)public boolean isAuthorizedToController(java.security.cert.X509Certificate admin)
isAuthorizedToController in interface IControlleradmin - the certificate of the loggen in administrator.
IController.isAuthorizedToController(X509Certificate)
public void update(java.util.Observable caller,
java.lang.Object object)
update in interface java.util.Observer
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||