Uses of Interface
org.jasig.cas.authentication.AuthenticationManager

Packages that use AuthenticationManager
org.jasig.cas This is the entry point to the part of the CAS processing that is independent of the user/program interface. 
org.jasig.cas.authentication Authentication validates the Credentials provided during a /login request. 
 

Uses of AuthenticationManager in org.jasig.cas
 

Methods in org.jasig.cas with parameters of type AuthenticationManager
 void CentralAuthenticationServiceImpl.setAuthenticationManager(AuthenticationManager authenticationManager)
          Method to inject the AuthenticationManager into the class.
 

Uses of AuthenticationManager in org.jasig.cas.authentication
 

Classes in org.jasig.cas.authentication that implement AuthenticationManager
 class AbstractAuthenticationManager
           
 class AuthenticationManagerImpl
           Default implementation of the AuthenticationManager.
 class DirectMappingAuthenticationManagerImpl
          Authentication Manager that provides a direct mapping between credentials provided and the authentication handler used to authenticate the user.
 class LinkedAuthenticationHandlerAndCredentialsToPrincipalResolverAuthenticationManager
          Ensures that all authentication handlers are tried, but if one is tried, the associated CredentialsToPrincipalResolver is used.
 



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