Uses of Class
com.sas.lsaf.security.authentication.CredentialsException
-
Packages that use CredentialsException Package Description com.sas.lsaf.security.authentication Exceptions that can be thrown when authenticating a user. -
-
Uses of CredentialsException in com.sas.lsaf.security.authentication
Subclasses of CredentialsException in com.sas.lsaf.security.authentication Modifier and Type Class Description class
CredentialsExpiredException
Thrown when an authentication request is rejected because the account's credentials have expired.class
CredentialsIncorrectException
Thrown when an authentication request is rejected because the credentials are incorrect.
-