Print Page as PDF
vljSecurity Exceptions ICR (5244)

vljSecurity Exceptions    ICR (5244)

Name Value
NUMBER 5244
IA # 5244
DATE CREATED 2008/07/09
CUSTODIAL PACKAGE VISTALINK SECURITY
USAGE Supported
TYPE Other
DBIC APPROVAL STATUS APPROVED
NAME vljSecurity Exceptions
GENERAL DESCRIPTION
Exceptions that can be thrown from public methods of
classes distributed in vljSecurity jar.
STATUS Active
DURATION Till Otherwise Agreed
COMPONENT/ENTRY POINT
COMPONENT/ENTRY POINT COMPONENT DESCRIPTION
gov.va.med.vistalink.security.VistaLoginModuleException
public class VistaLoginModuleException extends
javax.security.auth.login.LoginException implements
gov.va.med.exception.FoundationsExceptionInterface.

Represents a LoginException thrown by the VistaLoginModule.
['gov.va.med.vistalink.security.VistaLoginModuleIPLockedExc', 'eption']
If thrown, the user's IP has been locked due to too
many times with invalid credentials. When attempting a logon, you can trap for
this specific exception, in addition to the more general
VistaLoginModuleException and LoginException exceptions.
['gov.va.med.vistalink.security.VistaLoginModuleLoginsDisab', 'ledException']
public final class
VistaLoginModuleLoginsDisabledException extends VistaLoginModuleException.

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.
['gov.va.med.vistalink.security.VistaLoginModuleNoJobSlotsA', 'vailableException']
public final class
VistaLoginModuleNoJobSlotsAvailableException extends
VistaLoginModuleException.

If thrown, job slot maximum has been exceeded on M server. When attempting a
logon, you can trap for this specific exception, in addition to the more
general VistaLoginModuleException and LoginExceptionexceptions.
['gov.va.med.vistalink.security.VistaLoginModuleNoPathToLis', 'tenerException']
public final class
VistaLoginModuleNoPathToListenerException extends VistaLoginModuleException.

If thrown, no reachable listener was found on the path represented by the
specified IP address and Port. When attempting a logon, you can trap for this
specific exception, in addition to the more general VistaLoginModuleException
and LoginException exceptions.
['gov.va.med.vistalink.security.VistaLoginModuleTooManyInva', 'lidAttemptsException']
public final class
VistaLoginModuleTooManyInvalidAttemptsException extends
VistaLoginModuleException.

If thrown, the user tried to login too many times with invalid credentials.
When attempting a logon, you can trap for this specific exception, in addition
to the more general VistaLoginModuleException and LoginException exceptions.
['gov.va.med.vistalink.security.VistaLoginModuleUserCancell', 'edException']
public final class
VistaLoginModuleUserCancelledException extends VistaLoginModuleException.

Represents a user cancellation of Login. When attempting a logon, you can trap
for this specific exception, in to the more general VistaLoginModuleException
and LoginException exceptions.
['gov.va.med.vistalink.security.VistaLoginModuleUserTimedOu', 'tException']
User timed out of a login. When attempting a logon,
you can trap for this specific exception, in addition to the more general
VistaLoginModuleException and LoginException exceptions.
DATE ACTIVATED: JUL 11, 2008