VLJ Iteration II, v. 1.0.0.193

Package gov.va.med.foundations.security.vistalink

Security module for VistaLink; contains classes supporting a JAAS login to a Vista M system.

See:
          Description

Interface Summary
VistaKernelPrincipal Provides an interface to marks a principal that represents a logged on Kernel user on an M system.
 

Class Summary
CallbackHandlerSwing Implements the JAAS CallbackHandler interface.
CallbackHandlerUnitTest Implements the JAAS CallbackHandler interface.
VistaKernelPrincipalImpl A JAAS principal representing a logged on Kernel user on an M system.
VistaLoginModule A JAAS-compliant LoginModule to log users on to a Vista system.
 

Exception Summary
VistaLoginModuleException Represents a LoginException thrown by the LoginModule.
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.
VistaLoginModuleNoJobSlotsAvailableException If thrown, job slot maximum has been exceeded on M server.
VistaLoginModuleNoPathToListenerException If thrown, no reachable listener was found on the path represented by the specified IP address and Port.
VistaLoginModuleTooManyInvalidAttemptsException If thrown, the user tried to login too many times with invalid credentials.
VistaLoginModuleUserCancelledException Represents a user cancellation of Login.
VistaLoginModuleUserTimedOutException User timed out of a login.
 

Package gov.va.med.foundations.security.vistalink Description

Security module for VistaLink; contains classes supporting a JAAS login to a Vista M system.


VLJ Iteration II, v. 1.0.0.193

VistaLink Iteration II, v. 1.0.0.193