public class GenericInput extends EnrollInput
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CONFIG_DISPLAY_NAME |
static java.lang.String |
CONFIG_ENABLE |
static java.lang.String |
CONFIG_NUM |
static java.lang.String |
CONFIG_PARAM_NAME |
static int |
DEF_NUM |
logger, mConfig, mConfigNames, mProfile, mValueNames| Constructor and Description |
|---|
GenericInput() |
| Modifier and Type | Method and Description |
|---|---|
IDescriptor |
getConfigDescriptor(java.util.Locale locale,
java.lang.String name)
Returns the descriptors of configuration parameter.
|
java.lang.String |
getName(java.util.Locale locale)
Retrieves the localizable name of this policy.
|
protected int |
getNum() |
java.lang.String |
getText(java.util.Locale locale)
Retrieves the localizable description of this policy.
|
IDescriptor |
getValueDescriptor(java.util.Locale locale,
java.lang.String name)
Retrieves the descriptor of the given value
parameter by name.
|
java.util.Enumeration<java.lang.String> |
getValueNames()
Returns selected value names based on the configuration.
|
void |
init(Profile profile,
IConfigStore config)
Initializes this default policy.
|
void |
populate(java.util.Map<java.lang.String,java.lang.String> ctx,
IRequest request)
Populates the request with this policy default.
|
addConfigName, addValueName, auditSubjectID, getConfig, getConfigNames, getConfigStore, getDefaultConfig, getLocale, getValue, setConfig, setValue, verifyPOPpublic static final java.lang.String CONFIG_NUM
public static final java.lang.String CONFIG_DISPLAY_NAME
public static final java.lang.String CONFIG_PARAM_NAME
public static final java.lang.String CONFIG_ENABLE
public static final int DEF_NUM
protected int getNum()
public void init(Profile profile, IConfigStore config) throws EProfileException
init in class EnrollInputEProfileExceptionpublic java.lang.String getName(java.util.Locale locale)
getName in class EnrollInputlocale - user localepublic java.lang.String getText(java.util.Locale locale)
getText in class EnrollInputlocale - user localepublic java.util.Enumeration<java.lang.String> getValueNames()
getValueNames in class EnrollInputpublic void populate(java.util.Map<java.lang.String,java.lang.String> ctx,
IRequest request)
throws java.lang.Exception
populate in class EnrollInputctx - profile contextrequest - requestjava.lang.Exception - failed to populatepublic IDescriptor getConfigDescriptor(java.util.Locale locale, java.lang.String name)
IConfigTemplategetConfigDescriptor in interface IConfigTemplategetConfigDescriptor in class EnrollInputlocale - user localename - configuration parameter namepublic IDescriptor getValueDescriptor(java.util.Locale locale, java.lang.String name)
getValueDescriptor in class EnrollInputlocale - user localename - property name