Uses of Package
org.jasig.cas.authentication.handler

Packages that use org.jasig.cas.authentication.handler
org.jasig.cas.authentication Authentication validates the Credentials provided during a /login request. 
org.jasig.cas.authentication.handler The handler package contains the classes used to authenticate a user. 
org.jasig.cas.authentication.handler.support Authentication.support contains the specific implementations of the AuthenticationHandler interface. 
 

Classes in org.jasig.cas.authentication.handler used by org.jasig.cas.authentication
AuthenticationException
          The most generic type of authentication exception that one can catch if not sure what specific implementation will be thrown.
AuthenticationHandler
          Validate Credentials support for AuthenticationManagerImpl.
 

Classes in org.jasig.cas.authentication.handler used by org.jasig.cas.authentication.handler
AuthenticationException
          The most generic type of authentication exception that one can catch if not sure what specific implementation will be thrown.
AuthenticationHandler
          Validate Credentials support for AuthenticationManagerImpl.
BadCredentialsAuthenticationException
          Generic Bad Credentials Exception.
BadPasswordAuthenticationException
          The exception to throw when we know the username is correct but the password is not.
BadUsernameOrPasswordAuthenticationException
          Exception to throw when we know the credentials provided were username/password and the combination is wrong.
BlockedCredentialsAuthenticationException
          Exception to represent credentials that have been blocked for a reason such as Locked account.
PasswordEncoder
          Interface to provide a standard way to translate a plaintext password into a different representation of that password so that the password may be compared with the stored encrypted password without having to decode the encrypted password.
PrincipalNameTransformer
           
UnknownUsernameAuthenticationException
          The exception to throw when we explicitly don't know anything about the username.
UnsupportedCredentialsException
          The exception thrown when a Handler does not know how to determine the validity of the credentials based on the fact that it does not know what to do with the credentials presented.
 

Classes in org.jasig.cas.authentication.handler used by org.jasig.cas.authentication.handler.support
AuthenticationException
          The most generic type of authentication exception that one can catch if not sure what specific implementation will be thrown.
AuthenticationHandler
          Validate Credentials support for AuthenticationManagerImpl.
NamedAuthenticationHandler
          Offers AuthenticationHandlers a way to identify themselves by a user-configured name.
PasswordEncoder
          Interface to provide a standard way to translate a plaintext password into a different representation of that password so that the password may be compared with the stored encrypted password without having to decode the encrypted password.
PrincipalNameTransformer
           
 



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