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. inputsMethods in com.netscape.certsrv.cert that return ProfileInput Modifier and Type Method Description ProfileInputCertEnrollmentRequest. createInput(java.lang.String name)ProfileInputCertEnrollmentRequest. getInput(java.lang.String name)ProfileInputCertEnrollmentRequest. getInputByID(java.lang.String id)ProfileInputCertEnrollmentRequest. 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 voidCertEnrollmentRequest. addInput(ProfileInput input)voidCertEnrollmentRequest. deleteInput(ProfileInput input)Method parameters in com.netscape.certsrv.cert with type arguments of type ProfileInput Modifier and Type Method Description voidCertEnrollmentRequest. 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. inputsMethods in com.netscape.certsrv.profile that return ProfileInput Modifier and Type Method Description static ProfileInputProfileInput. fromXML(java.lang.String string)ProfileInputProfileData. 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 voidProfileData. addProfileInput(ProfileInput input)Method parameters in com.netscape.certsrv.profile with type arguments of type ProfileInput Modifier and Type Method Description voidProfileData. 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 ProfileInputProfileInputFactory. create(ProfileInput input, IArgBlock params, java.util.Locale locale)static ProfileInputProfileInputFactory. create(ProfileInput input, IRequest request, java.util.Locale locale)
-