| Package | Description |
|---|---|
| com.atlassian.crowd.integration.http | |
| com.atlassian.crowd.service | |
| com.atlassian.crowd.service.cache | |
| com.atlassian.crowd.service.soap.client |
| Modifier and Type | Method and Description |
|---|---|
SecurityServerClient |
HttpAuthenticator.getSecurityServerClient()
Retrieve the underlying SecurityServerClient used
to communicate with the Crowd Security Server.
|
SecurityServerClient |
HttpAuthenticatorImpl.getSecurityServerClient() |
| Modifier and Type | Method and Description |
|---|---|
SecurityServerClient |
AuthenticationManager.getSecurityServerClient()
Returns an instance of the
SecurityServerClient, for when you need more API access than the
authentication manager provides. |
| Modifier and Type | Method and Description |
|---|---|
SecurityServerClient |
SimpleAuthenticationManager.getSecurityServerClient() |
SecurityServerClient |
CacheAwareAuthenticationManager.getSecurityServerClient() |
| Constructor and Description |
|---|
CacheAwareAuthenticationManager(SecurityServerClient securityServerClient,
UserManager crowdUserManager) |
CachingGroupManager(SecurityServerClient securityServerClient,
BasicCache basicCache) |
CachingGroupMembershipManager(SecurityServerClient securityServerClient,
UserManager userManager,
GroupManager groupManager,
BasicCache basicCache) |
CachingUserManager(SecurityServerClient securityServerClient,
BasicCache basicCache) |
SimpleAuthenticationManager(SecurityServerClient securityServerClient) |
| Modifier and Type | Class and Description |
|---|---|
class |
SecurityServerClientImpl
An implementation of the SecurityServerClient interface.
|
| Modifier and Type | Method and Description |
|---|---|
static SecurityServerClient |
SecurityServerClientFactory.getSecurityServerClient()
Retrieve a singleton instance of the SecurityServerClient.
|
Copyright © 2019 Atlassian. All rights reserved.