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

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

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

Constructors in com.atlassian.crowd.integration.cache with parameters of type SecurityServerClient
CacheManagerImpl(Cache cache, SecurityServerClient securityServerClient)
          This constructor is used for unit tests only at this stage.
CacheManagerImpl(SecurityServerClient securityServerClient)
          Used for acceptance tests only at this stage.
 

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()
          Retrieve the underlying SecurityServerClient used to communicate with the Crowd Security Server.
 

Constructors in com.atlassian.crowd.integration.http with parameters of type SecurityServerClient
HttpAuthenticatorImpl(SecurityServerClient securityServerClient)
           
 

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

Constructors in com.atlassian.crowd.integration.jive with parameters of type SecurityServerClient
CrowdGroupManager(SecurityServerClient securityServerClient)
           
CrowdUser(long userID, Object fakeParam, SecurityServerClient securityServerClient)
           
CrowdUser(String username, Object fakeParam, SecurityServerClient securityServerClient)
           
CrowdUser(String username, SecurityServerClient securityServerClient)
           
CrowdUserManager(SecurityServerClient securityServerClient)
           
 

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

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

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



Copyright © 2007 Atlassian Software Systems. All Rights Reserved.