Class ConfigPropertyRepresentation

java.lang.Object
org.keycloak.representations.idm.ConfigPropertyRepresentation

public class ConfigPropertyRepresentation extends Object
Version:
$Revision: 1 $
Author:
Bill Burke
  • Field Details

    • name

      protected String name
    • label

      protected String label
    • helpText

      protected String helpText
    • type

      protected String type
    • defaultValue

      protected Object defaultValue
    • options

      protected List<String> options
    • secret

      protected boolean secret
    • required

      protected boolean required
  • Constructor Details

    • ConfigPropertyRepresentation

      public ConfigPropertyRepresentation()
  • Method Details

    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getLabel

      public String getLabel()
    • setLabel

      public void setLabel(String label)
    • getType

      public String getType()
    • setType

      public void setType(String type)
    • getDefaultValue

      public Object getDefaultValue()
    • setDefaultValue

      public void setDefaultValue(Object defaultValue)
    • getHelpText

      public String getHelpText()
    • setHelpText

      public void setHelpText(String helpText)
    • getOptions

      public List<String> getOptions()
    • setOptions

      public void setOptions(List<String> options)
    • isSecret

      public boolean isSecret()
    • setSecret

      public void setSecret(boolean secret)
    • isRequired

      public boolean isRequired()
    • setRequired

      public void setRequired(boolean required)
    • setReadOnly

      public void setReadOnly(boolean readOnly)
    • isReadOnly

      public boolean isReadOnly()