public interface PolicyDecisionPoint
Modifier and Type | Method and Description |
---|---|
ResponseContext |
evaluate(RequestContext request)
Method to evaluate a XACML Request
|
void |
setLocators(Set<PolicyLocator> locators)
Set a set of policy locators.
|
void |
setPolicies(Set<XACMLPolicy> policies)
Set a set of Policy/PolicySet instances on the PDP
- Remember to also pass a set of PolicyLocators
if you have not used a JBossXACML config file
|
void setPolicies(Set<XACMLPolicy> policies)
policies
- a Set of Policy/PolicySet instancesvoid setLocators(Set<PolicyLocator> locators)
locators
- a set of PolicyLocator instancesResponseContext evaluate(RequestContext request)
request
- The RequestContext that contains the XACML RequestCopyright © 2023 JBoss by Red Hat. All rights reserved.