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

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

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

Subclasses of BadUsernameOrPasswordAuthenticationException 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 UnknownUsernameAuthenticationException
          The exception to throw when we explicitly don't know anything about the username.
 

Fields in org.jasig.cas.authentication.handler declared as BadUsernameOrPasswordAuthenticationException
static BadUsernameOrPasswordAuthenticationException BadUsernameOrPasswordAuthenticationException.ERROR
          Static instance of BadUsernameOrPasswordAuthenticationException.
 



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