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

Packages that use AuthenticationManager
com.atlassian.crowd.integration.http   
com.atlassian.crowd.service.cache   
 

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.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 © 2011 Atlassian. All Rights Reserved.