Uses of Interface
com.atlassian.crowd.service.AuthenticationManager

Packages that use AuthenticationManager
com.atlassian.crowd.integration.acegi   
com.atlassian.crowd.integration.acegi.user   
com.atlassian.crowd.integration.http   
com.atlassian.crowd.integration.osuser   
com.atlassian.crowd.integration.springsecurity   
com.atlassian.crowd.integration.springsecurity.user   
com.atlassian.crowd.service.cache   
 

Uses of AuthenticationManager in com.atlassian.crowd.integration.acegi
 

Fields in com.atlassian.crowd.integration.acegi declared as AuthenticationManager
protected  AuthenticationManager RemoteCrowdAuthenticationProvider.authenticationManager
           
 

Constructors in com.atlassian.crowd.integration.acegi with parameters of type AuthenticationManager
RemoteCrowdAuthenticationProvider(AuthenticationManager authenticationManager, HttpAuthenticator httpAuthenticator, CrowdUserDetailsService userDetailsService)
           
 

Uses of AuthenticationManager in com.atlassian.crowd.integration.acegi.user
 

Methods in com.atlassian.crowd.integration.acegi.user with parameters of type AuthenticationManager
 void CrowdUserDetailsServiceImpl.setAuthenticationManager(AuthenticationManager authenticationManager)
           
 

Uses of AuthenticationManager in com.atlassian.crowd.integration.http
 

Constructors in com.atlassian.crowd.integration.http with parameters of type AuthenticationManager
HttpAuthenticatorImpl(AuthenticationManager authenticationManager)
           
 

Uses of AuthenticationManager in com.atlassian.crowd.integration.osuser
 

Constructors in com.atlassian.crowd.integration.osuser with parameters of type AuthenticationManager
CrowdCredentialsProvider(UserManager userManager, AuthenticationManager authenticationManager, CacheExpiryManager cacheExpiryManager)
           
 

Uses of AuthenticationManager in com.atlassian.crowd.integration.springsecurity
 

Fields in com.atlassian.crowd.integration.springsecurity declared as AuthenticationManager
protected  AuthenticationManager RemoteCrowdAuthenticationProvider.authenticationManager
           
 

Constructors in com.atlassian.crowd.integration.springsecurity with parameters of type AuthenticationManager
RemoteCrowdAuthenticationProvider(AuthenticationManager authenticationManager, HttpAuthenticator httpAuthenticator, CrowdUserDetailsService userDetailsService)
           
 

Uses of AuthenticationManager in com.atlassian.crowd.integration.springsecurity.user
 

Methods in com.atlassian.crowd.integration.springsecurity.user with parameters of type AuthenticationManager
 void CrowdUserDetailsServiceImpl.setAuthenticationManager(AuthenticationManager authenticationManager)
           
 

Uses of AuthenticationManager in com.atlassian.crowd.service.cache
 

Classes in com.atlassian.crowd.service.cache that implement AuthenticationManager
 class CacheAwareAuthenticationManager
          This class provides a version of the AuthenticationManager interface that, will ensure that if the authentication is successful, the user will exist in the cache.
 class SimpleAuthenticationManager
          This class provides a version of the AuthenticationManager interface that, at least initially, will not perform caching.
 

Methods in com.atlassian.crowd.service.cache that return AuthenticationManager
static AuthenticationManager CachingManagerFactory.getCacheAwareAuthenticationManagerInstance()
          Retrieve a singleton instance of the Authentication Manager (cache aware) If the user successfully authenticates, they will exist in the cache.
static AuthenticationManager CachingManagerFactory.getSimpleAuthenticationManagerInstance()
          Retrieve a singleton instance of the Authentication Manager (not cache aware)
 



Copyright © 2012 Atlassian. All Rights Reserved.