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 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.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. mInputs
Methods in com.netscape.cms.profile.common that return IProfileInput Modifier and Type Method 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)
-
Uses of IProfileInput in com.netscape.cms.profile.input
Classes in com.netscape.cms.profile.input that implement IProfileInput 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
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 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 ProfileInput
ProfileInputFactory. create(IProfileInput input, IArgBlock params, java.util.Locale locale)
static ProfileInput
ProfileInputFactory. create(IProfileInput input, IRequest request, java.util.Locale locale)
-