Class GovernanceConfigurationClient
java.lang.Object
org.odpi.openmetadata.frameworks.opengovernance.client.GovernanceConfiguration
org.odpi.openmetadata.frameworkservices.gaf.client.GovernanceConfigurationClientBase
org.odpi.openmetadata.frameworkservices.gaf.client.GovernanceConfigurationClient
GovernanceConfigurationClient supports the configuration of Governance Server and governance services.
-
Field Summary
Fields inherited from class org.odpi.openmetadata.frameworks.opengovernance.client.GovernanceConfiguration
serverName, serverPlatformURLRoot -
Constructor Summary
ConstructorsConstructorDescriptionGovernanceConfigurationClient(String serverName, String serverPlatformURLRoot, String secretsStoreProvider, String secretsStoreLocation, String secretsStoreCollection, int maxPageSize, AuditLog auditLog) Create a new client with bearer token authentication embedded in the HTTP request. -
Method Summary
Methods inherited from class org.odpi.openmetadata.frameworkservices.gaf.client.GovernanceConfigurationClientBase
getConfigurationServerName, getGovernanceEngineByName, getIntegrationConnectorRegistrations, getIntegrationGroupByName, getRegisteredGovernanceService, getRegisteredGovernanceServices, getRegisteredIntegrationConnector, getRegisteredIntegrationConnectors
-
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 toserverPlatformURLRoot- the network address of the server running the OMAS REST servicessecretsStoreProvider- secrets store connector for bearer tokensecretsStoreLocation- secrets store location for bearer tokensecretsStoreCollection- secrets store collection for bearer tokenmaxPageSize- maximum value allowed for page sizeauditLog- logging destination- Throws:
InvalidParameterException- there is a problem creating the client-side components to issue any REST API calls.
-