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

public class OMAGServerClientConfig extends AdminServicesConfigHeader
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 Details

    • OMAGServerClientConfig

      public OMAGServerClientConfig()
      Default constructor
    • OMAGServerClientConfig

      public OMAGServerClientConfig(OMAGServerClientConfig template)
      Copy/clone constructor
      Parameters:
      template - object to copy
  • Method Details

    • getOMAGServerPlatformRootURL

      public String getOMAGServerPlatformRootURL()
      Return the root URL of the OMAG ServerPlatform.
      Returns:
      string root url
    • setOMAGServerPlatformRootURL

      public void setOMAGServerPlatformRootURL(String omagServerPlatformRootURL)
      Set up the root URL of the OMAG Server Platform.
      Parameters:
      omagServerPlatformRootURL - string root url
    • getOMAGServerName

      public String getOMAGServerName()
      Return the name of the OMAG server.
      Returns:
      string server name
    • setOMAGServerName

      public void setOMAGServerName(String omagServerName)
      Set up the name of the OMAG server.
      Parameters:
      omagServerName - string server name
    • getSecretsStoreProvider

      public String getSecretsStoreProvider()
      Return the class name of the secrets store provider.
      Returns:
      string
    • setSecretsStoreProvider

      public void setSecretsStoreProvider(String secretsStoreProvider)
      Set up the class name of the secrets store provider.
      Parameters:
      secretsStoreProvider - string
    • getSecretsStoreLocation

      public 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

      public void setSecretsStoreLocation(String secretsStoreLocation)
      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

      public String getSecretsStoreCollection()
      Return the secrets collection to use for the connection to the remote server.
      Returns:
      string
    • setSecretsStoreCollection

      public void setSecretsStoreCollection(String secretsStoreCollection)
      Set up the secrets collection to use for the connection to the remote server.
      Parameters:
      secretsStoreCollection - string
    • toString

      public String toString()
      Standard toString method.
      Overrides:
      toString in class Object
      Returns:
      JSON style description of variables.
    • equals

      public boolean equals(Object objectToCompare)
      Validate that an object is equal depending on their stored values.
      Overrides:
      equals in class Object
      Parameters:
      objectToCompare - object
      Returns:
      boolean result
    • hashCode

      public int hashCode()
      Return a hash code based on the values of this object.
      Overrides:
      hashCode in class Object
      Returns:
      in hash code