|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecteu.semiramis.policyManager.pdp.impl.AbstractPDP
eu.semiramis.policyManager.pdp.jboss.JBossPDP
public class JBossPDP
This concrete implementation of the PDP uses a JBoss XACML engine to evaluate access control requests against the current XACML policies
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. |
Methods inherited from class eu.semiramis.policyManager.pdp.impl.AbstractPDP |
---|
getName |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public org.opensaml.xacml.ctx.ResponseType evaluate(org.opensaml.xacml.ctx.RequestType request) throws EvaluationException
PDP
request
- the XACML request to evaluate
EvaluationException
- when the evaluation of the request fails for some reasonspublic void destroy()
PDP
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |