Class GovernanceServerConfigurationClient

java.lang.Object
org.odpi.openmetadata.adminservices.client.OMAGServerConfigurationClient
org.odpi.openmetadata.adminservices.client.GovernanceServerConfigurationClient
Direct Known Subclasses:
EngineHostConfigurationClient, IntegrationDaemonConfigurationClient

public class GovernanceServerConfigurationClient extends OMAGServerConfigurationClient
GovernanceServerConfigurationClient provides the common configuration for all types of governance server. It is abstract because it is extended by the concrete types of governance server.
  • Constructor Details

    • GovernanceServerConfigurationClient

      public GovernanceServerConfigurationClient(String serverName, String serverPlatformRootURL, String secretStoreProvider, String secretStoreLocation, String secretStoreCollection, AuditLog auditLog) throws InvalidParameterException
      Create a new client with no authentication embedded in the HTTP request.
      Parameters:
      serverName - name of the server to connect to
      serverPlatformRootURL - the network address of the server running the admin services
      secretStoreProvider - class name of the secrets store
      secretStoreLocation - location (networkAddress) of the secrets store
      secretStoreCollection - name of the collection of secrets to use to connect to the remote server
      auditLog - destination for log messages.
      Throws:
      InvalidParameterException - there is a problem creating the client-side components to issue any REST API calls.