Class Secret

java.lang.Object
overit.geocall.secrets.Secret
All Implemented Interfaces:
Serializable

public class Secret extends Object implements Serializable
Versioned Secret fetched by an implementation of a SecretsManager.
See Also:
  • Constructor Details

  • Method Details

    • getName

      public String getName()
    • getVersionId

      public String getVersionId()
    • getValue

      public String getValue()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object