|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PDP
Policy Decision Point (PDP) interface to evaluate XACML requests and get corresponding XACML responses.
This interface is by the ContextHandler
to evaluate XACML requests
sent by Policy Enforcement Points.
Method Summary | |
---|---|
void |
destroy()
Tells the PDP that no more evaluations will be asked and the resources associated with the PDP can be released. |
org.opensaml.xacml.ctx.ResponseType |
evaluate(org.opensaml.xacml.ctx.RequestType request)
This method evaluates a XACML request against the set of policies defined for the PDP. |
java.lang.String |
getName()
|
Method Detail |
---|
java.lang.String getName()
org.opensaml.xacml.ctx.ResponseType evaluate(org.opensaml.xacml.ctx.RequestType request) throws EvaluationException
request
- the XACML request to evaluate
EvaluationException
- when the evaluation of the request fails for some reasonsvoid destroy()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |