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 PolicyResult
PolicyResult. ACCEPTED
static PolicyResult
PolicyResult. DEFERRED
static PolicyResult
PolicyResult. REJECTED
Methods in com.netscape.certsrv.request that return PolicyResult Modifier and Type Method Description PolicyResult
IPolicy. 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 PolicyResult
GenericPolicyProcessor. apply(IRequest request)
Apply policies on the given request.PolicyResult
PolicySet. apply(IRequest req)
Apply policies on a given request from a rule set.PolicyResult
JavaScriptRequestProxy. 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 PolicyResult
IPolicyRule. apply(IRequest req)
Applies the policy on the given Request.PolicyResult
IPolicySet. 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 PolicyResult
APolicyRule. apply(IRequest req)
Applies the policy on the given Request.protected PolicyResult
APolicyRule. 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 PolicyResult
ManualAuthentication. apply(IRequest req)
Applies the policy on the given Request.
-