Uses of Class
com.netscape.certsrv.profile.ProfileOutput
-
Packages that use ProfileOutput Package Description com.netscape.certsrv.cert com.netscape.certsrv.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. outputs
Methods in com.netscape.certsrv.cert that return ProfileOutput Modifier and Type Method Description ProfileOutput
CertEnrollmentRequest. getOutput(java.lang.String name)
ProfileOutput
CertEnrollmentRequest. getOutputByID(java.lang.String id)
ProfileOutput
CertEnrollmentRequest. 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 void
CertEnrollmentRequest. addOutput(ProfileOutput output)
void
CertEnrollmentRequest. deleteOutput(ProfileOutput output)
Method parameters in com.netscape.certsrv.cert with type arguments of type ProfileOutput Modifier and Type Method Description void
CertEnrollmentRequest. 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. outputs
Methods in com.netscape.certsrv.profile that return ProfileOutput Modifier and Type Method Description ProfileOutput
ProfileData. 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 void
ProfileData. addProfileOutput(ProfileOutput output)
Method parameters in com.netscape.certsrv.profile with type arguments of type ProfileOutput Modifier and Type Method Description void
ProfileData. setOutputs(java.util.List<ProfileOutput> outputs)
-