VLJ Iteration II, v. 1.0.0.193

Uses of Class
gov.va.med.foundations.security.vistalink.VistaLoginModuleException

Packages that use VistaLoginModuleException
gov.va.med.foundations.security.vistalink Security module for VistaLink; contains classes supporting a JAAS login to a Vista M system. 
 

Uses of VistaLoginModuleException in gov.va.med.foundations.security.vistalink
 

Subclasses of VistaLoginModuleException in gov.va.med.foundations.security.vistalink
 class VistaLoginModuleLoginsDisabledException
          If thrown, logins are disabled on the M server.When attempting a logon, you can trap for this specific exception, in addition to the more general VistaLoginModuleException and LoginException exceptions.
 class VistaLoginModuleNoJobSlotsAvailableException
          If thrown, job slot maximum has been exceeded on M server.
 class VistaLoginModuleNoPathToListenerException
          If thrown, no reachable listener was found on the path represented by the specified IP address and Port.
 class VistaLoginModuleTooManyInvalidAttemptsException
          If thrown, the user tried to login too many times with invalid credentials.
 class VistaLoginModuleUserCancelledException
          Represents a user cancellation of Login.
 class VistaLoginModuleUserTimedOutException
          User timed out of a login.
 

Methods in gov.va.med.foundations.security.vistalink that throw VistaLoginModuleException
 boolean VistaLoginModule.login()
          Should never be called by an application directly.
 boolean VistaLoginModule.abort()
          Should never be called by an application directly.
 boolean VistaLoginModule.logout()
          Should never be called by an application directly.
 


VLJ Iteration II, v. 1.0.0.193

VistaLink Iteration II, v. 1.0.0.193