Class CMCCertReqInput
java.lang.Object
com.netscape.cms.profile.common.ProfileInput
com.netscape.cms.profile.input.EnrollInput
com.netscape.cms.profile.input.CMCCertReqInput
- All Implemented Interfaces:
IConfigTemplate
This class implements the certificate request input.
This input populates 2 main fields to the enrollment page:
1/ Certificate Request Type, 2/ Certificate Request
This input usually is used by an enrollment profile for certificate requests.
- Version:
- $Revision$, $Date$
-
Field Summary
FieldsFields inherited from class EnrollInput
mConfig, mConfigNames, mProfile, mValueNames -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionRetrieves the localizable name of this policy.Retrieves the localizable description of this policy.getValueDescriptor(Locale locale, String name) Retrieves the descriptor of the given value parameter by name.voidinit(Profile profile, IConfigStore config) Initializes this default policy.voidPopulates the request with this policy default.Methods inherited from class EnrollInput
addConfigName, addValueName, auditSubjectID, getConfig, getConfigDescriptor, getConfigNames, getConfigStore, getDefaultConfig, getLocale, getValue, getValueNames, setConfig, setValue, verifyPOPModifier and TypeMethodDescriptionvoidaddConfigName(String name) voidaddValueName(String name) protected StringSigned Audit Log Subject ID This method is inherited by all extended "CMSServlet"s, and is called to obtain the "SubjectID" for a signed audit log message.Retrieves configuration parameter by name.getConfigDescriptor(Locale locale, String name) Returns the descriptors of configuration parameter.Returns a list of configuration parameter names.Returns configuration store.getDefaultConfig(String name) Retrieves value from the request.Retrieves a list of names of the value parameter.voidSets configuration parameter.voidSets the value of the given value parameter by name.void
-
Field Details
-
logger
public static org.slf4j.Logger logger -
VAL_CERT_REQUEST_TYPE
- See Also:
-
VAL_CERT_REQUEST
- See Also:
-
mEnrollProfile
-
-
Constructor Details
-
CMCCertReqInput
public CMCCertReqInput()
-
-
Method Details
-
init
Initializes this default policy.- Overrides:
initin classEnrollInput- Throws:
EProfileException
-
getName
Retrieves the localizable name of this policy.- Specified by:
getNamein classEnrollInput- Parameters:
locale- user locale- Returns:
- localized input name
-
getText
Retrieves the localizable description of this policy.- Specified by:
getTextin classEnrollInput- Parameters:
locale- user locale- Returns:
- localized input description
-
populate
-
getValueDescriptor
Retrieves the descriptor of the given value parameter by name.- Specified by:
getValueDescriptorin classEnrollInput- Parameters:
locale- user localename- property name- Returns:
- descriptor of the property
-