Class OptionEntry

java.lang.Object
org.gluu.oxtrust.model.OptionEntry
All Implemented Interfaces:
Serializable

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

    • OptionEntry

      public OptionEntry(String key, String value)
  • Method Details

    • getKey

      public String getKey()
    • setKey

      public void setKey(String key)
    • getValue

      public String getValue()
    • setValue

      public void setValue(String value)
    • isSecret

      public boolean isSecret()