Interface CrowdClientFactory

All Known Implementing Classes:
RestCrowdClientFactory

public interface CrowdClientFactory
Class will create new instances of a CrowdClient.
  • Method Details

    • newInstance

      CrowdClient newInstance(String url, String applicationName, String applicationPassword)
      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

      CrowdClient newInstance(ClientProperties clientProperties)
      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