Uses of Class
org.apache.shiro.authc.CredentialsException
Packages that use CredentialsException
Package
Description
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.authcModifier and TypeClassDescriptionclassThrown during the authentication process when the system determines the submitted credential(s) has expired and will not allow login.classThrown when attempting to authenticate with credential(s) that do not match the actual credentials associated with the account principal.