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

Packages that use CredentialsException
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
 class ExpiredCredentialsException
          Thrown during the authentication process when the system determines the submitted credential(s) has expired and will not allow login.
 class IncorrectCredentialsException
          Thrown when attempting to authenticate with credential(s) that do not match the actual credentials associated with the account principal.
 



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