Uses of Interface
org.hardtokenmgmt.core.logon.ILogonGUICallback

Packages that use ILogonGUICallback
org.hardtokenmgmt.core.logon   
org.hardtokenmgmt.ui   
 

Uses of ILogonGUICallback in org.hardtokenmgmt.core.logon
 

Methods in org.hardtokenmgmt.core.logon with parameters of type ILogonGUICallback
static java.security.cert.X509Certificate Pkcs11LogonManager.initializeAutoLogonHTTPSContext(long slotId, java.lang.String pkcs11Name, java.lang.String pIN, ILogonGUICallback logonGUICallback)
          A ToLiMa specific SSL context manager, used for the autologon page especially.
static void Pkcs11LogonManager.initializeHTTPSContext(IToken token, java.lang.String pIN, ILogonGUICallback logonGUICallback)
          A ToLiMa specific SSL context manager, using the specially written ToLiMa trust and key managers.
 

Constructors in org.hardtokenmgmt.core.logon with parameters of type ILogonGUICallback
TolimaTrustManager(ILogonGUICallback gUICallBack)
           
 

Uses of ILogonGUICallback in org.hardtokenmgmt.ui
 

Classes in org.hardtokenmgmt.ui that implement ILogonGUICallback
 class AutoLogonView
          Logon view used by the logon controller to prompt for PIN and displaying error messages during logon.
 class LogonView
          Logon view used by the logon controller to prompt for PIN and displaying error messages during logon.