Class EgeriaOpenGovernanceClient

All Implemented Interfaces:
ActionControlInterface, GovernanceActionProcessInterface

public class EgeriaOpenGovernanceClient extends OpenGovernanceClientBase
EgeriaOpenGovernanceClient provides an interface to the services that build, monitor and trigger governance actions. This is part of the Open Governance Framework (OGF).
  • Constructor Details

    • EgeriaOpenGovernanceClient

      public EgeriaOpenGovernanceClient(String serverName, String serverPlatformURLRoot, String localServerSecretsStoreProvider, String localServerSecretsStoreLocation, String localServerSecretsStoreCollection, int maxPageSize, AuditLog auditLog) throws InvalidParameterException
      Create a new client that passes userId and password in each HTTP request. This is the userId/password of the calling server. The end user's userId is sent on each request.
      Parameters:
      serverName - name of the server to connect to
      serverPlatformURLRoot - the network address of the server running the OMAS REST services
      localServerSecretsStoreProvider - secrets store connector for bearer token
      localServerSecretsStoreLocation - secrets store location for bearer token
      localServerSecretsStoreCollection - secrets store collection for bearer token
      maxPageSize - pre-initialized parameter limit
      auditLog - logging destination
      Throws:
      InvalidParameterException - there is a problem creating the client-side components to issue any REST API calls.