|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ILogonGUICallback
Interface that a Controller component in charge of administrator login to a hard token must implement. It contains method of how to display error messages and PIN-input.
| Method Summary | |
|---|---|
void |
clearMessages()
Clears all messages |
boolean |
confirmTrustChanged()
This call will block until the user confirms or rejects the displayed dialog that the new CA cert should be trusted. |
void |
displayMessage(java.lang.String message,
int row,
boolean errorMessage)
Method used to print a message in the GUI. |
boolean |
isPINInputVisible()
|
void |
setTitleMessage(java.lang.String message)
|
void |
showPINInput(boolean show)
Tells the controller to show or hide the PIN Input components. |
| Method Detail |
|---|
void showPINInput(boolean show)
boolean isPINInputVisible()
void clearMessages()
void displayMessage(java.lang.String message,
int row,
boolean errorMessage)
message - key of message that is looked up in the language resourcesrow - which row to display the message on, it's up to the implementation
to decide where in the GUI to put the information.errorMessage - true if the message should be displayed as an error.boolean confirmTrustChanged()
void setTitleMessage(java.lang.String message)
message - the title message to display, untranslated key.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||