Uses of Class
org.apache.shiro.authc.CredentialsException
-
Packages that use CredentialsException Package Description org.apache.shiro.authc Core interfaces and exceptions concerning Authentication (the act of logging-in). -
-
Uses of CredentialsException in org.apache.shiro.authc
Subclasses of CredentialsException in org.apache.shiro.authc Modifier and Type Class Description classExpiredCredentialsExceptionThrown during the authentication process when the system determines the submitted credential(s) has expired and will not allow login.classIncorrectCredentialsExceptionThrown when attempting to authenticate with credential(s) that do not match the actual credentials associated with the account principal.
-