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 classProfileInputThis interface represents a input policy which provides information on how to create the end-user enrollment page.classProfileOutputThis 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 classPolicyConstraintThis 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 classPolicyDefaultThis 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 classCertReqInputThis class implements the certificate request input.classCMCCertReqInputThis class implements the certificate request input.classDualKeyGenInputThis class implements the dual key generation input.classEncryptionKeyGenInputThis class implements the key generation input that populates parameters to the enrollment page for key generation.classEnrollInputThis class implements the base enrollment input.classFileSigningInputThis class implements the image input that collects a picture.classGenericInputThis class implements a generic input.classImageInputThis class implements the image input that collects a picture.classKeyGenInputThis class implements the key generation input that populates parameters to the enrollment page for key generation.classnsHKeyCertReqInputThis class implements the certificate request input from TPS.classnsNKeyCertReqInputThis class implements the certificate request input from TPS.classSerialNumRenewInputThis class implements the serial number input for renewalclassServerKeygenInputThis class implements input for the Server-Side Keygen EnrollmentclassSigningKeyGenInputThis class implements the key generation input that populates parameters to the enrollment page for key generation.classSubjectAltNameExtInputThis plugin populates text fields to the enrollment page so that SAN parameters can be collected from the user.classSubjectDNInputThis plugin accepts subject DN from end user.classSubjectNameInputThis 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.classSubmitterInfoInputThis 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 classCertOutputThis class implements the pretty print certificate output that displays the issued certificate in a pretty print format.classEnrollOutputThis class implements the basic enrollment output.classnsNKeyOutputThis class implements the output plugin that outputs DER for the issued certificate for token keysclassPKCS12OutputThis 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 interfaceIProfileUpdaterThis 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 classSubsystemGroupUpdaterThis updater class will create the new user to the subsystem group and then add the subsystem certificate to the user.
-