Uses of Class
org.apache.shiro.authc.DisabledAccountException

Packages that use DisabledAccountException
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
 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.
 



Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.