Package com.sas.hls.security.authentication.exception

Exceptions that can be thrown when authenticating a user.

See:
          Description

Exception Summary
AccountDeactivatedException Thrown if an authentication request is rejected because the account is in a deactivated state.
AccountException Abstract superclass for all account related authentication exceptions.
AccountExpiredException Thrown if an authentication request is rejected because the account is in an expired state.
AccountLockedException Thrown if an authentication request is rejected because the account is in a locked state.
AccountNotFoundException Thrown if an authentication request is rejected because the account does not exist within the system.
AuthenticationException Abstract superclass for all authentication related exceptions.
CredentialsException Abstract superclass for all credentials related authentication exceptions.
CredentialsExpiredException Thrown if an authentication request is rejected because the account's credentials have expired.
CredentialsIncorrectException Thrown if an authentication request is rejected because the presented credentials are incorrect.
UnknownAuthenticationException Thrown when an unforeseen authentication error occurs.
 

Package com.sas.hls.security.authentication.exception Description

Exceptions that can be thrown when authenticating a user.



Copyright (c) 2016, SAS Institute Inc., Cary, NC, USA