public interface CrowdClientFactory
Modifier and Type | Method and Description |
---|---|
CrowdClient |
newInstance(ClientProperties clientProperties)
Constructs a new Crowd Client instance from the client properties.
|
CrowdClient |
newInstance(String url,
String applicationName,
String applicationPassword)
Construct a new Crowd Client instance.
|
CrowdClient newInstance(String url, String applicationName, String applicationPassword)
url
- URL of the remote Crowd server.applicationName
- The application name of the connecting application.applicationPassword
- The password of the connecting application.CrowdClient newInstance(ClientProperties clientProperties)
clientProperties
- all the properties needed to initialise the client.Copyright © 2020 Atlassian. All rights reserved.