| Package | Description |
|---|---|
| com.atlassian.crowd.integration.http | |
| com.atlassian.crowd.integration.soap.springsecurity | |
| com.atlassian.crowd.service.cache |
| Constructor and Description |
|---|
HttpAuthenticatorImpl(AuthenticationManager authenticationManager) |
| Constructor and Description |
|---|
RemoteCrowdAuthenticationProvider(AuthenticationManager authenticationManager,
HttpAuthenticator httpAuthenticator,
CrowdUserDetailsService userDetailsService) |
| Modifier and Type | Class and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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 © 2019 Atlassian. All rights reserved.