com.atlassian.crowd.integration.rest.service.factory
Class RestCrowdClientFactory
java.lang.Object
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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RestCrowdClientFactory
public RestCrowdClientFactory()
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.