public class SubjectAltNameExtInput extends EnrollInput
The collected parameters could be used for fomulating the SAN attributes in the certificate.
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CONFIG_SAN_REQ_PATTERN |
static java.lang.String |
CONFIG_SAN_REQ_TYPE |
static int |
DEF_REQ_ENTRIES |
static org.slf4j.Logger |
logger |
static java.lang.String |
VAL_SAN_REQ_PATTERN |
static java.lang.String |
VAL_SAN_REQ_TYPE |
mConfig, mConfigNames, mProfile, mValueNames
Constructor and Description |
---|
SubjectAltNameExtInput() |
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.
|
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, getConfigDescriptor, getConfigNames, getConfigStore, getDefaultConfig, getLocale, getValue, setConfig, setValue, verifyPOP
public static org.slf4j.Logger logger
public static final int DEF_REQ_ENTRIES
public static final java.lang.String CONFIG_SAN_REQ_PATTERN
public static final java.lang.String CONFIG_SAN_REQ_TYPE
public static final java.lang.String VAL_SAN_REQ_PATTERN
public static final java.lang.String VAL_SAN_REQ_TYPE
public void init(Profile profile, IConfigStore config) throws EProfileException
init
in class EnrollInput
EProfileException
public java.lang.String getName(java.util.Locale locale)
getName
in class EnrollInput
locale
- user localepublic java.lang.String getText(java.util.Locale locale)
getText
in class EnrollInput
locale
- user localepublic java.util.Enumeration<java.lang.String> getValueNames()
getValueNames
in class EnrollInput
public void populate(java.util.Map<java.lang.String,java.lang.String> ctx, IRequest request) throws java.lang.Exception
populate
in class EnrollInput
ctx
- profile contextrequest
- requestjava.lang.Exception
- failed to populatepublic IDescriptor getValueDescriptor(java.util.Locale locale, java.lang.String name)
getValueDescriptor
in class EnrollInput
locale
- user localename
- property name