Class Secret

java.lang.Object
com.soffid.iam.sync.api.Secret
All Implemented Interfaces:
Serializable

public class Secret extends Object implements Serializable
ValueObject Secret
See Also:
  • Constructor Details

    • Secret

      public Secret()
    • Secret

      public Secret(String name, Password value)
    • Secret

      public Secret(Secret otherBean)
  • Method Details

    • getName

      public String getName()
      Gets value for attribute name
    • setName

      public void setName(String name)
      Sets value for attribute name
    • getValue

      public Password getValue()
      Gets value for attribute value
    • setValue

      public void setValue(Password value)
      Sets value for attribute value
    • toString

      public String toString()
      Returns a string representation of the value object.
      Overrides:
      toString in class Object