Class SystemPropertyAllowedValue

java.lang.Object
oracle.iam.conf.vo.SystemPropertyAllowedValue
All Implemented Interfaces:
Serializable

public class SystemPropertyAllowedValue extends Object implements Serializable
This value object contains the allowed values a System Property.
See Also:
  • Constructor Details

    • SystemPropertyAllowedValue

      public SystemPropertyAllowedValue()
  • Method Details

    • getLkuKey

      public String getLkuKey()
    • setLkuKey

      public void setLkuKey(String lkuKey)
    • getLkvKey

      public String getLkvKey()
    • setLkvKey

      public void setLkvKey(String lkvKey)
    • getLkvEncoded

      public String getLkvEncoded()
    • setLkvEncoded

      public void setLkvEncoded(String lkvEncoded)
    • getLkvDecoded

      public String getLkvDecoded()
    • setLkvDecoded

      public void setLkvDecoded(String lkvDecoded)