Package org.keycloak.representations.idm
Class ConfigPropertyRepresentation
java.lang.Object
org.keycloak.representations.idm.ConfigPropertyRepresentation
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetLabel()
getName()
getType()
boolean
boolean
boolean
isSecret()
void
setDefaultValue
(Object defaultValue) void
setHelpText
(String helpText) void
void
void
setOptions
(List<String> options) void
setReadOnly
(boolean readOnly) void
setRequired
(boolean required) void
setSecret
(boolean secret) void
-
Field Details
-
name
-
label
-
helpText
-
type
-
defaultValue
-
options
-
secret
protected boolean secret -
required
protected boolean required
-
-
Constructor Details
-
ConfigPropertyRepresentation
public ConfigPropertyRepresentation()
-
-
Method Details
-
getName
-
setName
-
getLabel
-
setLabel
-
getType
-
setType
-
getDefaultValue
-
setDefaultValue
-
getHelpText
-
setHelpText
-
getOptions
-
setOptions
-
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()
-