Class SecretsCollectionRequestBody

java.lang.Object
org.odpi.openmetadata.commonservices.ffdc.rest.SecretsCollectionRequestBody

public class SecretsCollectionRequestBody extends Object
SecretsCollectionRequestBody passes information to set up a client side secret with the security connector to support a coll to a third party, typically from an integration connector.
  • Constructor Details

    • SecretsCollectionRequestBody

      public SecretsCollectionRequestBody()
      Default constructor
    • SecretsCollectionRequestBody

      public SecretsCollectionRequestBody(SecretsCollectionRequestBody template)
      Copy/clone constructor
      Parameters:
      template - source
  • Method Details

    • getSecretsCollection

      public OpenMetadataSecretsCollection getSecretsCollection()
      Return the user account.
      Returns:
      user account
    • setSecretsCollection

      public void setSecretsCollection(OpenMetadataSecretsCollection secretsCollection)
      Set up the user account.
      Parameters:
      secretsCollection - user account
    • toString

      public String toString()
      JSON-style toString
      Overrides:
      toString in class Object
      Returns:
      description of the object values
    • equals

      public boolean equals(Object objectToCompare)
      Compare objects
      Overrides:
      equals in class Object
      Parameters:
      objectToCompare - object
      Returns:
      boolean
    • hashCode

      public int hashCode()
      Simple hash for the object
      Overrides:
      hashCode in class Object
      Returns:
      int