Uses of Interface
com.atlassian.crowd.service.client.CrowdClient

Packages that use CrowdClient
com.atlassian.crowd.integration.http   
com.atlassian.crowd.integration.rest.service   
com.atlassian.crowd.integration.rest.service.factory   
com.atlassian.crowd.openid.server.manager.login   
com.atlassian.crowd.security.demo.action   
com.atlassian.crowd.service.factory   
 

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

Constructors in com.atlassian.crowd.integration.http with parameters of type CrowdClient
CrowdHttpAuthenticatorImpl(CrowdClient client, ClientProperties clientProperties, CrowdHttpTokenHelper tokenHelper)
           
 

Uses of CrowdClient in com.atlassian.crowd.integration.rest.service
 

Classes in com.atlassian.crowd.integration.rest.service that implement CrowdClient
 class RestCrowdClient
          This is the Crowd Client to access REST services on a remote Crowd Server.
 

Uses of CrowdClient in com.atlassian.crowd.integration.rest.service.factory
 

Methods in com.atlassian.crowd.integration.rest.service.factory that return CrowdClient
 CrowdClient RestCrowdClientFactory.newInstance(ClientProperties clientProperties)
           
 CrowdClient RestCrowdClientFactory.newInstance(String url, String applicationName, String applicationPassword)
           
 

Uses of CrowdClient in com.atlassian.crowd.openid.server.manager.login
 

Methods in com.atlassian.crowd.openid.server.manager.login with parameters of type CrowdClient
 void ForgottenLoginManagerImpl.setCrowdClient(CrowdClient crowdClient)
           
 

Uses of CrowdClient in com.atlassian.crowd.security.demo.action
 

Fields in com.atlassian.crowd.security.demo.action declared as CrowdClient
protected  CrowdClient BaseAction.crowdClient
           
 

Methods in com.atlassian.crowd.security.demo.action that return CrowdClient
 CrowdClient BaseAction.getCrowdClient()
           
 

Methods in com.atlassian.crowd.security.demo.action with parameters of type CrowdClient
 void BaseAction.setCrowdClient(CrowdClient crowdClient)
           
 

Uses of CrowdClient in com.atlassian.crowd.service.factory
 

Methods in com.atlassian.crowd.service.factory that return CrowdClient
 CrowdClient CrowdClientFactory.newInstance(ClientProperties clientProperties)
          Constructs a new Crowd Client instance from the client properties.
 CrowdClient CrowdClientFactory.newInstance(String url, String applicationName, String applicationPassword)
          Construct a new Crowd Client instance.
 



Copyright © 2012 Atlassian. All Rights Reserved.