Class MetadataAccessPointConfigurationClient


public class MetadataAccessPointConfigurationClient extends MetadataAccessServerConfigurationClient
MetadataAccessPointConfigurationClient configures a MetadataAccessPoint OMAG Server. This server can become a cohort member and, through the access services, offers a wide range of specialist APIs and event streams to access and store metadata.
  • Constructor Details

    • MetadataAccessPointConfigurationClient

      public MetadataAccessPointConfigurationClient(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.