Uses of Class
com.netscape.certsrv.request.PolicyResult
-
-
Uses of PolicyResult in com.netscape.certsrv.request
Fields in com.netscape.certsrv.request declared as PolicyResult Modifier and Type Field Description static PolicyResultPolicyResult. ACCEPTEDstatic PolicyResultPolicyResult. DEFERREDstatic PolicyResultPolicyResult. REJECTEDMethods in com.netscape.certsrv.request that return PolicyResult Modifier and Type Method Description PolicyResultIPolicy. apply(IRequest request)Applies the policy check to the request. -
Uses of PolicyResult in org.dogtagpki.legacy.core.policy
Methods in org.dogtagpki.legacy.core.policy that return PolicyResult Modifier and Type Method Description PolicyResultGenericPolicyProcessor. apply(IRequest request)Apply policies on the given request.PolicyResultPolicySet. apply(IRequest req)Apply policies on a given request from a rule set.PolicyResultJavaScriptRequestProxy. applyPolicy(IPolicyRule r) -
Uses of PolicyResult in org.dogtagpki.legacy.policy
Methods in org.dogtagpki.legacy.policy that return PolicyResult Modifier and Type Method Description PolicyResultIPolicyRule. apply(IRequest req)Applies the policy on the given Request.PolicyResultIPolicySet. apply(IRequest req)Apply policy rules on a request. -
Uses of PolicyResult in org.dogtagpki.legacy.server.policy
Methods in org.dogtagpki.legacy.server.policy that return PolicyResult Modifier and Type Method Description abstract PolicyResultAPolicyRule. apply(IRequest req)Applies the policy on the given Request.protected PolicyResultAPolicyRule. deferred(IRequest req)determines whether a DEFERRED policy result should be returned by checking the contents of the AgentApprovals attribute. -
Uses of PolicyResult in org.dogtagpki.legacy.server.policy.constraints
Methods in org.dogtagpki.legacy.server.policy.constraints that return PolicyResult Modifier and Type Method Description PolicyResultManualAuthentication. apply(IRequest req)Applies the policy on the given Request.
-