Uses of Class
com.netscape.certsrv.profile.ProfilePolicySet
-
Packages that use ProfilePolicySet Package Description com.netscape.certsrv.cert -
-
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. policySets
Methods 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 void
CertReviewResponse. addProfilePolicySet(ProfilePolicySet policySet)
void
CertReviewResponse. removeProfilePolicySet(ProfilePolicySet policySet)
Method parameters in com.netscape.certsrv.cert with type arguments of type ProfilePolicySet Modifier and Type Method Description void
CertReviewResponse. setPolicySets(java.util.List<ProfilePolicySet> policySets)
-