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

Packages that use SecurityServerClient
com.atlassian.crowd.acceptance.tests.client   
com.atlassian.crowd.acceptance.tests.concurrent   
com.atlassian.crowd.console.action   
com.atlassian.crowd.console.action.setup   
com.atlassian.crowd.console.action.user   
com.atlassian.crowd.integration.atlassianuser   
com.atlassian.crowd.integration.http   
com.atlassian.crowd.integration.jive   
com.atlassian.crowd.openid.server.action   
com.atlassian.crowd.openid.server.manager.user   
com.atlassian.crowd.service   
com.atlassian.crowd.service.cache   
com.atlassian.crowd.service.soap.client   
 

Uses of SecurityServerClient in com.atlassian.crowd.acceptance.tests.client
 

Fields in com.atlassian.crowd.acceptance.tests.client declared as SecurityServerClient
protected  SecurityServerClient NestedGroupsBase.securityServerClient
           
 

Uses of SecurityServerClient in com.atlassian.crowd.acceptance.tests.concurrent
 

Methods in com.atlassian.crowd.acceptance.tests.concurrent that return SecurityServerClient
protected  SecurityServerClient TokenStorageSwitchTest.getSSC()
           
 

Uses of SecurityServerClient in com.atlassian.crowd.console.action
 

Methods in com.atlassian.crowd.console.action with parameters of type SecurityServerClient
 void ForgottenPassword.setSecurityServerClient(SecurityServerClient securityServerClient)
           
 void ChangeExpiredPassword.setSecurityServerClient(SecurityServerClient securityServerClient)
           
 

Uses of SecurityServerClient in com.atlassian.crowd.console.action.setup
 

Methods in com.atlassian.crowd.console.action.setup with parameters of type SecurityServerClient
 void DefaultAdministrator.setSecurityServerClient(SecurityServerClient securityServerClient)
           
 

Uses of SecurityServerClient in com.atlassian.crowd.console.action.user
 

Methods in com.atlassian.crowd.console.action.user with parameters of type SecurityServerClient
 void ChangePassword.setSecurityServerClient(SecurityServerClient securityServerClient)
           
 

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

Constructors in com.atlassian.crowd.integration.atlassianuser with parameters of type SecurityServerClient
CrowdAuthenticator(com.atlassian.user.repository.RepositoryIdentifier repositoryIdentifier, SecurityServerClient securityServerClient, HttpAuthenticator httpAuthenticator)
           
 

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

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

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, java.lang.Object fakeParam, SecurityServerClient securityServerClient)
           
CrowdUser(java.lang.String username, java.lang.Object fakeParam, SecurityServerClient securityServerClient)
           
CrowdUser(java.lang.String username, SecurityServerClient securityServerClient)
           
CrowdUserManager(SecurityServerClient securityServerClient)
           
 

Uses of SecurityServerClient in com.atlassian.crowd.openid.server.action
 

Methods in com.atlassian.crowd.openid.server.action that return SecurityServerClient
 SecurityServerClient BaseAction.getSecurityServerClient()
           
 

Methods in com.atlassian.crowd.openid.server.action with parameters of type SecurityServerClient
 void BaseAction.setSecurityServerClient(SecurityServerClient securityServerClient)
           
 

Uses of SecurityServerClient in com.atlassian.crowd.openid.server.manager.user
 

Methods in com.atlassian.crowd.openid.server.manager.user that return SecurityServerClient
 SecurityServerClient UserManagerGeneric.getSecurityServerClient()
           
 

Methods in com.atlassian.crowd.openid.server.manager.user with parameters of type SecurityServerClient
 void UserManagerGeneric.setSecurityServerClient(SecurityServerClient securityServerClient)
           
 

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.