com.atlassian.crowd.integration.rest.service.factory
Class RestCrowdClientFactory

java.lang.Object
  extended by com.atlassian.crowd.integration.rest.service.factory.RestCrowdClientFactory
All Implemented Interfaces:
CrowdClientFactory

public class RestCrowdClientFactory
extends Object
implements CrowdClientFactory

Factory class for creating a new instance of CrowdClient using REST.


Constructor Summary
RestCrowdClientFactory()
           
 
Method Summary
 CrowdClient newInstance(ClientProperties clientProperties)
           
 CrowdClient newInstance(String url, String applicationName, String applicationPassword)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RestCrowdClientFactory

public RestCrowdClientFactory()
Method Detail

newInstance

public CrowdClient newInstance(String url,
                               String applicationName,
                               String applicationPassword)
Specified by:
newInstance in interface CrowdClientFactory

newInstance

public CrowdClient newInstance(ClientProperties clientProperties)
Specified by:
newInstance in interface CrowdClientFactory


Copyright © 2014 Atlassian. All Rights Reserved.