Uses of Interface
com.netscape.certsrv.profile.IProfileInput
-
Packages that use IProfileInput Package Description com.netscape.certsrv.profile com.netscape.cms.profile.common com.netscape.cms.profile.input com.netscape.cms.servlet.profile -
-
Uses of IProfileInput in com.netscape.certsrv.profile
Methods in com.netscape.certsrv.profile that return IProfileInput Modifier and Type Method Description IProfileInputIProfile. createProfileInput(java.lang.String id, java.lang.String inputClassId, NameValuePairs nvp)Creates a input policy.IProfileInputIProfile. getProfileInput(java.lang.String id)Retrieves input policy by id.Constructors in com.netscape.certsrv.profile with parameters of type IProfileInput Constructor Description ProfileInput(IProfileInput input, java.lang.String id, java.lang.String classId, java.util.Locale locale) -
Uses of IProfileInput in com.netscape.cms.profile.common
Fields in com.netscape.cms.profile.common with type parameters of type IProfileInput Modifier and Type Field Description protected java.util.Hashtable<java.lang.String,IProfileInput>BasicProfile. mInputsMethods in com.netscape.cms.profile.common that return IProfileInput Modifier and Type Method Description IProfileInputBasicProfile. createProfileInput(java.lang.String id, java.lang.String inputId, NameValuePairs nvps)IProfileInputBasicProfile. createProfileInput(java.lang.String id, java.lang.String inputId, NameValuePairs nvps, boolean createConfig)IProfileInputBasicProfile. getProfileInput(java.lang.String name) -
Uses of IProfileInput in com.netscape.cms.profile.input
Classes in com.netscape.cms.profile.input that implement IProfileInput 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 renewalclassSigningKeyGenInputThis 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 IProfileInput in com.netscape.cms.servlet.profile
Methods in com.netscape.cms.servlet.profile with parameters of type IProfileInput Modifier and Type Method Description static ProfileInputProfileInputFactory. create(IProfileInput input, IArgBlock params, java.util.Locale locale)static ProfileInputProfileInputFactory. create(IProfileInput input, IRequest request, java.util.Locale locale)
-