Uses of Class
com.netscape.certsrv.profile.ProfileInput
-
Packages that use ProfileInput Package Description com.netscape.certsrv.cert com.netscape.certsrv.profile com.netscape.cms.servlet.profile -
-
Uses of ProfileInput in com.netscape.certsrv.cert
Fields in com.netscape.certsrv.cert with type parameters of type ProfileInput Modifier and Type Field Description protected java.util.Collection<ProfileInput>
CertEnrollmentRequest. inputs
Methods in com.netscape.certsrv.cert that return ProfileInput Modifier and Type Method Description ProfileInput
CertEnrollmentRequest. createInput(java.lang.String name)
ProfileInput
CertEnrollmentRequest. getInput(java.lang.String name)
ProfileInput
CertEnrollmentRequest. getInputByID(java.lang.String id)
ProfileInput
CertEnrollmentRequest. getInputByName(java.lang.String name)
Methods in com.netscape.certsrv.cert that return types with arguments of type ProfileInput Modifier and Type Method Description java.util.Collection<ProfileInput>
CertEnrollmentRequest. getInputs()
Methods in com.netscape.certsrv.cert with parameters of type ProfileInput Modifier and Type Method Description void
CertEnrollmentRequest. addInput(ProfileInput input)
void
CertEnrollmentRequest. deleteInput(ProfileInput input)
Method parameters in com.netscape.certsrv.cert with type arguments of type ProfileInput Modifier and Type Method Description void
CertEnrollmentRequest. setInputs(java.util.Collection<ProfileInput> inputs)
-
Uses of ProfileInput in com.netscape.certsrv.profile
Fields in com.netscape.certsrv.profile with type parameters of type ProfileInput Modifier and Type Field Description protected java.util.List<ProfileInput>
ProfileData. inputs
Methods in com.netscape.certsrv.profile that return ProfileInput Modifier and Type Method Description static ProfileInput
ProfileInput. fromXML(java.lang.String string)
ProfileInput
ProfileData. getProfileInput(java.lang.String id)
Methods in com.netscape.certsrv.profile that return types with arguments of type ProfileInput Modifier and Type Method Description java.util.List<ProfileInput>
ProfileData. getInputs()
Methods in com.netscape.certsrv.profile with parameters of type ProfileInput Modifier and Type Method Description void
ProfileData. addProfileInput(ProfileInput input)
Method parameters in com.netscape.certsrv.profile with type arguments of type ProfileInput Modifier and Type Method Description void
ProfileData. setInputs(java.util.List<ProfileInput> inputs)
-
Uses of ProfileInput in com.netscape.cms.servlet.profile
Methods in com.netscape.cms.servlet.profile that return ProfileInput Modifier and Type Method Description static ProfileInput
ProfileInputFactory. create(ProfileInput input, IArgBlock params, java.util.Locale locale)
static ProfileInput
ProfileInputFactory. create(ProfileInput input, IRequest request, java.util.Locale locale)
-