Uses of Class
com.sas.lsaf.security.authentication.AccountException
-
Packages that use AccountException Package Description com.sas.lsaf.security.authentication Exceptions that can be thrown when authenticating a user. -
-
Uses of AccountException in com.sas.lsaf.security.authentication
Subclasses of AccountException in com.sas.lsaf.security.authentication Modifier and Type Class Description class
AccountDeactivatedException
Thrown when an authentication request is rejected because the account is in a deactivated state.class
AccountExpiredException
Thrown when an authentication request is rejected because the account is in an expired state.class
AccountLockedException
Thrown when an authentication request is rejected because the account is in a locked state.class
AccountNotFoundException
Thrown when an authentication request is rejected because the account does not exist within the system.
-