public class CMMFOutput extends EnrollOutput
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
VAL_CMMF_RESPONSE |
static java.lang.String |
VAL_PRETTY_CERT |
mConfigNames| Constructor and Description |
|---|
CMMFOutput() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName(java.util.Locale locale)
Retrieves the localizable name of this policy.
|
java.lang.String |
getText(java.util.Locale locale)
Retrieves the localizable description of this policy.
|
java.lang.String |
getValue(java.lang.String name,
java.util.Locale locale,
IRequest request)
Retrieves the value of the given value parameter by name.
|
IDescriptor |
getValueDescriptor(java.util.Locale locale,
java.lang.String name)
Retrieves the descriptor of the given value
parameter by name.
|
void |
populate(java.util.Map<java.lang.String,java.lang.String> ctx,
IRequest request)
Populates the request with this policy default.
|
addValueName, getConfig, getConfigDescriptor, getConfigNames, getConfigStore, getDefaultConfig, getValueNames, init, setConfig, setValuepublic static final java.lang.String VAL_PRETTY_CERT
public static final java.lang.String VAL_CMMF_RESPONSE
public java.lang.String getName(java.util.Locale locale)
getName in class EnrollOutputlocale - user localepublic java.lang.String getText(java.util.Locale locale)
getText in class EnrollOutputlocale - user localepublic void populate(java.util.Map<java.lang.String,java.lang.String> ctx,
IRequest request)
throws EProfileException
populate in class EnrollOutputctx - profile contextrequest - requestEProfileException - failed to populatepublic IDescriptor getValueDescriptor(java.util.Locale locale, java.lang.String name)
getValueDescriptor in class EnrollOutputlocale - user localename - property namepublic java.lang.String getValue(java.lang.String name,
java.util.Locale locale,
IRequest request)
throws EProfileException
ProfileOutputgetValue in class EnrollOutputname - property namelocale - user localerequest - requestEProfileException - failed to retrieve value