Class EnterpriseRepositoryServicesClient

java.lang.Object
org.odpi.openmetadata.repositoryservices.clients.MetadataCollectionServicesClient
org.odpi.openmetadata.repositoryservices.clients.EnterpriseRepositoryServicesClient
All Implemented Interfaces:
AuditLoggingComponent

public class EnterpriseRepositoryServicesClient extends MetadataCollectionServicesClient
EnterpriseRepositoryServicesClient provides a client interface for calling the enterprise repository services in a remote server.
  • Constructor Details

    • EnterpriseRepositoryServicesClient

      public EnterpriseRepositoryServicesClient(String repositoryName, String restURLRoot, Map<String,SecretsStoreConnector> secretsStoreConnectorMap, int maxPageSize, String callerId) throws InvalidParameterException
      Create a new client with no authentication embedded in the HTTP request.
      Parameters:
      repositoryName - name of the server to connect to
      restURLRoot - the network address of the server running the repository services. This is of the form serverURLroot + "/servers/" + serverName.
      secretsStoreConnectorMap - map from authentication type to supplied secrets store
      maxPageSize - pre-initialized parameter limit
      callerId - unique identifier of the caller
      Throws:
      InvalidParameterException - bad input parameters
    • EnterpriseRepositoryServicesClient

      public EnterpriseRepositoryServicesClient(String repositoryName, String restURLRoot, String localServerSecretsStoreProvider, String localServerSecretsStoreLocation, String localServerSecretsStoreCollection, AuditLog auditLog, int maxPageSize, String callerId) throws InvalidParameterException
      Create a new client with no authentication embedded in the HTTP request.
      Parameters:
      repositoryName - name of the server to connect to
      restURLRoot - the network address of the server running the repository services. This is of the form serverURLroot + "/servers/" + serverName.
      localServerSecretsStoreProvider - secrets store connector for bearer token
      localServerSecretsStoreLocation - secrets store location for bearer token
      localServerSecretsStoreCollection - secrets store collection for bearer token
      auditLog - audit log
      maxPageSize - pre-initialized parameter limit
      callerId - unique identifier of the caller
      Throws:
      InvalidParameterException - bad input parameters
  • Method Details