Interface CrowdClientFactory
- All Known Implementing Classes:
RestCrowdClientFactory
public interface CrowdClientFactory
Class will create new instances of a CrowdClient.
-
Method Summary
Modifier and TypeMethodDescriptionnewInstance
(ClientProperties clientProperties) Constructs a new Crowd Client instance from the client properties.newInstance
(String url, String applicationName, String applicationPassword) Construct a new Crowd Client instance.
-
Method Details
-
newInstance
Construct a new Crowd Client instance.- Parameters:
url
- URL of the remote Crowd server.applicationName
- The application name of the connecting application.applicationPassword
- The password of the connecting application.- Returns:
- new instance of CrowdClient
-
newInstance
Constructs a new Crowd Client instance from the client properties.- Parameters:
clientProperties
- all the properties needed to initialise the client.- Returns:
- new instance of CrowdClient
-