Uses of Class
org.apache.shiro.authc.DisabledAccountException
-
Packages that use DisabledAccountException Package Description org.apache.shiro.authc Core interfaces and exceptions concerning Authentication (the act of logging-in). -
-
Uses of DisabledAccountException in org.apache.shiro.authc
Subclasses of DisabledAccountException in org.apache.shiro.authc Modifier and Type Class Description class
LockedAccountException
A special kind of DisabledAccountException, this exception is thrown when attempting to authenticate and the corresponding account has been disabled explicitly due to being locked.
-