Uses of Interface
com.netscape.certsrv.property.IConfigTemplate
-
-
Uses of IConfigTemplate in com.netscape.cms.profile.common
Classes in com.netscape.cms.profile.common that implement IConfigTemplate Modifier and Type Class Description class
ProfileInput
This interface represents a input policy which provides information on how to create the end-user enrollment page.class
ProfileOutput
This interface represents a output policy which provides information on how to build the result page for the enrollment. -
Uses of IConfigTemplate in com.netscape.cms.profile.constraint
Classes in com.netscape.cms.profile.constraint that implement IConfigTemplate Modifier and Type Class Description class
PolicyConstraint
This represents a constraint policy. -
Uses of IConfigTemplate in com.netscape.cms.profile.def
Classes in com.netscape.cms.profile.def that implement IConfigTemplate Modifier and Type Class Description class
PolicyDefault
This represents a default policy that populates the request with additional values. -
Uses of IConfigTemplate in com.netscape.cms.profile.input
Classes in com.netscape.cms.profile.input that implement IConfigTemplate Modifier and Type Class 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 renewalclass
ServerKeygenInput
This class implements input for the Server-Side Keygen Enrollmentclass
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. -
Uses of IConfigTemplate in com.netscape.cms.profile.output
Classes in com.netscape.cms.profile.output that implement IConfigTemplate Modifier and Type Class Description class
CertOutput
This class implements the pretty print certificate output that displays the issued certificate in a pretty print format.class
EnrollOutput
This class implements the basic enrollment output.class
nsNKeyOutput
This class implements the output plugin that outputs DER for the issued certificate for token keysclass
PKCS12Output
This class implements the output plugin that outputs PKCS12 response for the issued certificate for Server-side keygen enrollment. -
Uses of IConfigTemplate in com.netscape.cms.profile.updater
Subinterfaces of IConfigTemplate in com.netscape.cms.profile.updater Modifier and Type Interface Description interface
IProfileUpdater
This interface represents an updater that will be called when the request's state changes.Classes in com.netscape.cms.profile.updater that implement IConfigTemplate Modifier and Type Class Description class
SubsystemGroupUpdater
This updater class will create the new user to the subsystem group and then add the subsystem certificate to the user.
-