Uses of Class
com.netscape.certsrv.profile.ProfileOutput
-
Packages that use ProfileOutput Package Description com.netscape.certsrv.cert com.netscape.certsrv.profile com.netscape.cms.servlet.profile -
-
Uses of ProfileOutput in com.netscape.certsrv.cert
Fields in com.netscape.certsrv.cert with type parameters of type ProfileOutput Modifier and Type Field Description protected java.util.Collection<ProfileOutput>CertEnrollmentRequest. outputsMethods in com.netscape.certsrv.cert that return ProfileOutput Modifier and Type Method Description ProfileOutputCertEnrollmentRequest. getOutput(java.lang.String name)ProfileOutputCertEnrollmentRequest. getOutputByID(java.lang.String id)ProfileOutputCertEnrollmentRequest. getOutputByName(java.lang.String name)Methods in com.netscape.certsrv.cert that return types with arguments of type ProfileOutput Modifier and Type Method Description java.util.Collection<ProfileOutput>CertEnrollmentRequest. getOutputs()Methods in com.netscape.certsrv.cert with parameters of type ProfileOutput Modifier and Type Method Description voidCertEnrollmentRequest. addOutput(ProfileOutput output)voidCertEnrollmentRequest. deleteOutput(ProfileOutput output)Method parameters in com.netscape.certsrv.cert with type arguments of type ProfileOutput Modifier and Type Method Description voidCertEnrollmentRequest. setOutputs(java.util.Collection<ProfileOutput> outputs) -
Uses of ProfileOutput in com.netscape.certsrv.profile
Fields in com.netscape.certsrv.profile with type parameters of type ProfileOutput Modifier and Type Field Description protected java.util.List<ProfileOutput>ProfileData. outputsMethods in com.netscape.certsrv.profile that return ProfileOutput Modifier and Type Method Description ProfileOutputProfileData. getProfileOutput(java.lang.String id)Methods in com.netscape.certsrv.profile that return types with arguments of type ProfileOutput Modifier and Type Method Description java.util.List<ProfileOutput>ProfileData. getOutputs()Methods in com.netscape.certsrv.profile with parameters of type ProfileOutput Modifier and Type Method Description voidProfileData. addProfileOutput(ProfileOutput output)Method parameters in com.netscape.certsrv.profile with type arguments of type ProfileOutput Modifier and Type Method Description voidProfileData. setOutputs(java.util.List<ProfileOutput> outputs) -
Uses of ProfileOutput in com.netscape.cms.servlet.profile
Methods in com.netscape.cms.servlet.profile that return ProfileOutput Modifier and Type Method Description static ProfileOutputProfileOutputFactory. create(ProfileOutput output, IRequest request, java.util.Locale locale)
-