public class CertOutput extends EnrollOutput
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
VAL_B64_CERT |
static java.lang.String |
VAL_PRETTY_CERT |
mConfigNames
Constructor and Description |
---|
CertOutput() |
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, setValue
public static final java.lang.String VAL_PRETTY_CERT
public static final java.lang.String VAL_B64_CERT
public java.lang.String getName(java.util.Locale locale)
getName
in class EnrollOutput
locale
- user localepublic java.lang.String getText(java.util.Locale locale)
getText
in class EnrollOutput
locale
- user localepublic void populate(java.util.Map<java.lang.String,java.lang.String> ctx, IRequest request) throws EProfileException
populate
in class EnrollOutput
ctx
- profile contextrequest
- requestEProfileException
- failed to populatepublic IDescriptor getValueDescriptor(java.util.Locale locale, java.lang.String name)
getValueDescriptor
in class EnrollOutput
locale
- user localename
- property namepublic java.lang.String getValue(java.lang.String name, java.util.Locale locale, IRequest request) throws EProfileException
ProfileOutput
getValue
in class EnrollOutput
name
- property namelocale
- user localerequest
- requestEProfileException
- failed to retrieve value