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