public class ProviderConfigProperty extends Object
Modifier and Type | Field and Description |
---|---|
static String |
BOOLEAN_TYPE |
static String |
CLIENT_LIST_TYPE |
protected Object |
defaultValue |
protected String |
helpText |
protected String |
label |
static String |
LIST_TYPE |
protected String |
name |
static String |
PASSWORD |
static String |
ROLE_TYPE |
static String |
SCRIPT_TYPE |
static String |
STRING_TYPE |
protected String |
type |
Constructor and Description |
---|
ProviderConfigProperty() |
ProviderConfigProperty(String name,
String label,
String helpText,
String type,
Object defaultValue) |
Modifier and Type | Method and Description |
---|---|
Object |
getDefaultValue() |
String |
getHelpText() |
String |
getLabel() |
String |
getName() |
String |
getType() |
void |
setDefaultValue(Object defaultValue) |
void |
setHelpText(String helpText) |
void |
setLabel(String label) |
void |
setName(String name) |
void |
setType(String type) |
public static final String BOOLEAN_TYPE
public static final String STRING_TYPE
public static final String SCRIPT_TYPE
public static final String ROLE_TYPE
public static final String LIST_TYPE
public static final String CLIENT_LIST_TYPE
public static final String PASSWORD
protected String name
protected String label
protected String helpText
protected String type
protected Object defaultValue
public String getName()
public void setName(String name)
public String getLabel()
public void setLabel(String label)
public String getType()
public void setType(String type)
public Object getDefaultValue()
public void setDefaultValue(Object defaultValue)
public String getHelpText()
public void setHelpText(String helpText)
Copyright © 2016 JBoss by Red Hat. All rights reserved.