Uses of Class
org.apache.shiro.authc.DisabledAccountException
Packages that use DisabledAccountException
Package
Description
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.authcModifier and TypeClassDescriptionclassA special kind of DisabledAccountException, this exception is thrown when attempting to authenticate and the corresponding account has been disabled explicitly due to being locked.