Class OMAGServerClientConfig
java.lang.Object
org.odpi.openmetadata.adminservices.configuration.properties.AdminServicesConfigHeader
org.odpi.openmetadata.adminservices.configuration.properties.OMAGServerClientConfig
- Direct Known Subclasses:
EngineConfig,GovernanceEngineSummary,IntegrationGroupConfig,ViewServiceConfig,ViewServiceRequestBody
OMAGServerClientConfig provides the properties to configure a server that connects to an
OMAG Server. This is typically used by a Governance or a View Server to retrieve metadata from
a metadata server.
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorOMAGServerClientConfig(OMAGServerClientConfig template) Copy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionbooleanValidate that an object is equal depending on their stored values.Return the name of the OMAG server.Return the root URL of the OMAG ServerPlatform.Return the secrets collection to use for the connection to the remote server.Return the location information for the secrets store - this is stored in the endpoint network address for the secrets store connector.Return the class name of the secrets store provider.inthashCode()Return a hash code based on the values of this object.voidsetOMAGServerName(String omagServerName) Set up the name of the OMAG server.voidsetOMAGServerPlatformRootURL(String omagServerPlatformRootURL) Set up the root URL of the OMAG Server Platform.voidsetSecretsStoreCollection(String secretsStoreCollection) Set up the secrets collection to use for the connection to the remote server.voidsetSecretsStoreLocation(String secretsStoreLocation) Set up the location information for the secrets store - this is stored in the endpoint network address for the secrets store connector.voidsetSecretsStoreProvider(String secretsStoreProvider) Set up the class name of the secrets store provider.toString()Standard toString method.
-
Constructor Details
-
OMAGServerClientConfig
public OMAGServerClientConfig()Default constructor -
OMAGServerClientConfig
Copy/clone constructor- Parameters:
template- object to copy
-
-
Method Details
-
getOMAGServerPlatformRootURL
Return the root URL of the OMAG ServerPlatform.- Returns:
- string root url
-
setOMAGServerPlatformRootURL
Set up the root URL of the OMAG Server Platform.- Parameters:
omagServerPlatformRootURL- string root url
-
getOMAGServerName
Return the name of the OMAG server.- Returns:
- string server name
-
setOMAGServerName
Set up the name of the OMAG server.- Parameters:
omagServerName- string server name
-
getSecretsStoreProvider
Return the class name of the secrets store provider.- Returns:
- string
-
setSecretsStoreProvider
Set up the class name of the secrets store provider.- Parameters:
secretsStoreProvider- string
-
getSecretsStoreLocation
Return the location information for the secrets store - this is stored in the endpoint network address for the secrets store connector.- Returns:
- string
-
setSecretsStoreLocation
Set up the location information for the secrets store - this is stored in the endpoint network address for the secrets store connector.- Parameters:
secretsStoreLocation- string
-
getSecretsStoreCollection
Return the secrets collection to use for the connection to the remote server.- Returns:
- string
-
setSecretsStoreCollection
Set up the secrets collection to use for the connection to the remote server.- Parameters:
secretsStoreCollection- string
-
toString
Standard toString method. -
equals
Validate that an object is equal depending on their stored values. -
hashCode
public int hashCode()Return a hash code based on the values of this object.
-