Uses of Interface
com.atlassian.crowd.service.soap.client.SecurityServerClient

Packages that use SecurityServerClient
com.atlassian.crowd.integration.http   
com.atlassian.crowd.service   
com.atlassian.crowd.service.cache   
com.atlassian.crowd.service.soap.client   
 

Uses of SecurityServerClient in com.atlassian.crowd.integration.http
 

Methods in com.atlassian.crowd.integration.http that return SecurityServerClient
 SecurityServerClient HttpAuthenticator.getSecurityServerClient()
          Retrieve the underlying SecurityServerClient used to communicate with the Crowd Security Server.
 SecurityServerClient HttpAuthenticatorImpl.getSecurityServerClient()
           
 

Uses of SecurityServerClient in com.atlassian.crowd.service
 

Methods in com.atlassian.crowd.service that return SecurityServerClient
 SecurityServerClient AuthenticationManager.getSecurityServerClient()
          Returns an instance of the SecurityServerClient, for when you need more API access than the authentication manager provides.
 

Uses of SecurityServerClient in com.atlassian.crowd.service.cache
 

Methods in com.atlassian.crowd.service.cache that return SecurityServerClient
 SecurityServerClient SimpleAuthenticationManager.getSecurityServerClient()
           
 SecurityServerClient CacheAwareAuthenticationManager.getSecurityServerClient()
           
 

Constructors in com.atlassian.crowd.service.cache with parameters of type SecurityServerClient
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)
           
 

Uses of SecurityServerClient in com.atlassian.crowd.service.soap.client
 

Classes in com.atlassian.crowd.service.soap.client that implement SecurityServerClient
 class SecurityServerClientImpl
          An implementation of the SecurityServerClient interface.
 

Methods in com.atlassian.crowd.service.soap.client that return SecurityServerClient
static SecurityServerClient SecurityServerClientFactory.getSecurityServerClient()
          Retrieve a singleton instance of the SecurityServerClient.
 



Copyright © 2010 Atlassian. All Rights Reserved.