Uses of Class
org.jasig.cas.authentication.handler.BadCredentialsAuthenticationException

Packages that use BadCredentialsAuthenticationException
org.jasig.cas.authentication.handler The handler package contains the classes used to authenticate a user. 
 

Uses of BadCredentialsAuthenticationException in org.jasig.cas.authentication.handler
 

Subclasses of BadCredentialsAuthenticationException in org.jasig.cas.authentication.handler
 class BadPasswordAuthenticationException
          The exception to throw when we know the username is correct but the password is not.
 class BadUsernameOrPasswordAuthenticationException
          Exception to throw when we know the credentials provided were username/password and the combination is wrong.
 class UnknownUsernameAuthenticationException
          The exception to throw when we explicitly don't know anything about the username.
 

Fields in org.jasig.cas.authentication.handler declared as BadCredentialsAuthenticationException
static BadCredentialsAuthenticationException BadCredentialsAuthenticationException.ERROR
          Static instance of class to prevent cost incurred by creating new instance.
 



Copyright © 2004-2010 Java Architectures Special Interest Group. All Rights Reserved.