|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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) |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||