Package | Description |
---|---|
com.netscape.certsrv.profile | |
com.netscape.cms.profile.common | |
com.netscape.cms.profile.input | |
com.netscape.cms.servlet.profile |
Modifier and Type | Method and Description |
---|---|
IProfileInput |
IProfile.createProfileInput(java.lang.String id,
java.lang.String inputClassId,
NameValuePairs nvp)
Creates a input policy.
|
IProfileInput |
IProfile.getProfileInput(java.lang.String id)
Retrieves input policy by id.
|
Constructor and Description |
---|
ProfileInput(IProfileInput input,
java.lang.String id,
java.lang.String classId,
java.util.Locale locale) |
Modifier and Type | Field and Description |
---|---|
protected java.util.Hashtable<java.lang.String,IProfileInput> |
BasicProfile.mInputs |
Modifier and Type | Method and Description |
---|---|
IProfileInput |
BasicProfile.createProfileInput(java.lang.String id,
java.lang.String inputId,
NameValuePairs nvps) |
IProfileInput |
BasicProfile.createProfileInput(java.lang.String id,
java.lang.String inputId,
NameValuePairs nvps,
boolean createConfig) |
IProfileInput |
BasicProfile.getProfileInput(java.lang.String name) |
Modifier and Type | Class and Description |
---|---|
class |
CertReqInput
This class implements the certificate request input.
|
class |
CMCCertReqInput
This class implements the certificate request input.
|
class |
DualKeyGenInput
This class implements the dual key generation input.
|
class |
EncryptionKeyGenInput
This class implements the key generation input that
populates parameters to the enrollment page for
key generation.
|
class |
EnrollInput
This class implements the base enrollment input.
|
class |
FileSigningInput
This class implements the image
input that collects a picture.
|
class |
GenericInput
This class implements a generic input.
|
class |
ImageInput
This class implements the image
input that collects a picture.
|
class |
KeyGenInput
This class implements the key generation input that
populates parameters to the enrollment page for
key generation.
|
class |
nsHKeyCertReqInput
This class implements the certificate request input from TPS.
|
class |
nsNKeyCertReqInput
This class implements the certificate request input from TPS.
|
class |
SerialNumRenewInput
This class implements the serial number input
for renewal
|
class |
SigningKeyGenInput
This class implements the key generation input that
populates parameters to the enrollment page for
key generation.
|
class |
SubjectAltNameExtInput
This plugin populates text fields to the enrollment
page so that SAN parameters
can be collected from the user.
|
class |
SubjectDNInput
This plugin accepts subject DN from end user.
|
class |
SubjectNameInput
This class implements the subject name input
that populates text fields to the enrollment
page so that distinguished name parameters
can be collected from the user.
|
class |
SubmitterInfoInput
This class implements the submitter information
input that collects certificate requestor's
information such as name, email and phone.
|
Modifier and Type | Method and Description |
---|---|
static ProfileInput |
ProfileInputFactory.create(IProfileInput input,
IArgBlock params,
java.util.Locale locale) |
static ProfileInput |
ProfileInputFactory.create(IProfileInput input,
IRequest request,
java.util.Locale locale) |