Package com.sas.lsaf.security.authentication
package com.sas.lsaf.security.authentication
Exceptions that can be thrown when authenticating a user.
-
Exception ClassesClassDescriptionThrown when an authentication request is rejected because the account is in a deactivated state.The root of the hierarchy of all account authentication exceptions.Thrown when an authentication request is rejected because the account is in an expired state.Thrown when an authentication request is rejected because the account is in a locked state.Thrown when an authentication request is rejected because the account does not exist within the system.The root of the hierarchy of all authentication exceptions.The root of the hierarchy of all credential-related authentication exceptions.Thrown when an authentication request is rejected because the account's credentials have expired.Thrown when an authentication request is rejected because the credentials are incorrect.Thrown when an unforeseen authentication error occurs.