Class GovernanceConfigurationClient


public class GovernanceConfigurationClient extends GovernanceConfigurationClientBase
GovernanceConfigurationClient supports the configuration of Governance Server and governance services.
  • Constructor Details

    • GovernanceConfigurationClient

      public GovernanceConfigurationClient(String serverName, String serverPlatformURLRoot, String secretsStoreProvider, String secretsStoreLocation, String secretsStoreCollection, int maxPageSize, AuditLog auditLog) throws InvalidParameterException
      Create a new client with bearer token authentication embedded in the HTTP request.
      Parameters:
      serverName - name of the server to connect to
      serverPlatformURLRoot - the network address of the server running the OMAS REST services
      secretsStoreProvider - secrets store connector for bearer token
      secretsStoreLocation - secrets store location for bearer token
      secretsStoreCollection - secrets store collection for bearer token
      maxPageSize - maximum value allowed for page size
      auditLog - logging destination
      Throws:
      InvalidParameterException - there is a problem creating the client-side components to issue any REST API calls.