Uses of Class
com.netscape.certsrv.profile.ProfilePolicySet
-
Packages that use ProfilePolicySet Package Description com.netscape.certsrv.cert com.netscape.certsrv.profile -
-
Uses of ProfilePolicySet in com.netscape.certsrv.cert
Fields in com.netscape.certsrv.cert with type parameters of type ProfilePolicySet Modifier and Type Field Description protected java.util.List<ProfilePolicySet>CertReviewResponse. policySetsMethods in com.netscape.certsrv.cert that return types with arguments of type ProfilePolicySet Modifier and Type Method Description java.util.List<ProfilePolicySet>CertReviewResponse. getPolicySets()Methods in com.netscape.certsrv.cert with parameters of type ProfilePolicySet Modifier and Type Method Description voidCertReviewResponse. addProfilePolicySet(ProfilePolicySet policySet)voidCertReviewResponse. removeProfilePolicySet(ProfilePolicySet policySet)Method parameters in com.netscape.certsrv.cert with type arguments of type ProfilePolicySet Modifier and Type Method Description voidCertReviewResponse. setPolicySets(java.util.List<ProfilePolicySet> policySets) -
Uses of ProfilePolicySet in com.netscape.certsrv.profile
Methods in com.netscape.certsrv.profile that return ProfilePolicySet Modifier and Type Method Description static ProfilePolicySetProfilePolicySet. fromDOM(org.w3c.dom.Element element)
-