|
||||||||||
| 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.mailsigner.ui.MailSignerActionResultController
public class MailSignerActionResultController
The controller displaying general information about an action in the MailSigner control panel.
Controller Memory Settings:
| Field Summary |
|---|
| Fields inherited from class org.hardtokenmgmt.core.ui.BaseController |
|---|
view |
| Constructor Summary | |
|---|---|
MailSignerActionResultController()
|
|
| 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 |
static void |
setLayout(java.lang.String imageName,
java.lang.String title,
java.lang.String textRow1,
java.lang.String textRow2,
java.lang.String textRow3,
java.lang.String textRow4,
java.lang.String textRow5,
java.lang.String backController,
boolean freshController)
Method that should be called before control is switched. |
static void |
setLayout(java.lang.String imageName,
java.lang.String title,
java.lang.String textRow1,
java.lang.String name,
java.lang.String textRow2,
java.lang.String textRow3,
java.lang.String textRow4,
java.lang.String textRow5,
java.lang.String backController,
boolean freshController)
Method that should be called before control is switched. |
| 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, switchControlTo, switchToFreshController |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MailSignerActionResultController()
| Method Detail |
|---|
public void getControl(java.lang.String callingController)
callingController - 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)
admin - the certificate of the loggen in administrator.
IController.isAuthorizedToController(X509Certificate)
public static void setLayout(java.lang.String imageName,
java.lang.String title,
java.lang.String textRow1,
java.lang.String textRow2,
java.lang.String textRow3,
java.lang.String textRow4,
java.lang.String textRow5,
java.lang.String backController,
boolean freshController)
imageName - name of image to displaytitle - resource name of titletextRow1 - resource for text row 1textRow2 - resource for text row 2textRow3 - resource for text row 3textRow4 - resource for text row 4textRow5 - resource for text row 5backController - name of back controllerfreshController - if the back button should direct
to a fresh or cached controller.
public static void setLayout(java.lang.String imageName,
java.lang.String title,
java.lang.String textRow1,
java.lang.String name,
java.lang.String textRow2,
java.lang.String textRow3,
java.lang.String textRow4,
java.lang.String textRow5,
java.lang.String backController,
boolean freshController)
imageName - name of image to displaytitle - resource name of titletextRow1 - resource for text row 1name - of managed object appended to row1textRow2 - resource for text row 2textRow3 - resource for text row 3textRow4 - resource for text row 4textRow5 - resource for text row 5backController - name of back controllerfreshController - if the back button should direct
to a fresh or cached controller.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||