|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecteu.semiramis.policyManager.pdp.jboss.JBossPDPFactory
public class JBossPDPFactory
This concrete implementation of the PDPFactory
creates a PDP
that uses a JBoss XACML engine to evaluate access control requests against
the current XACML policies
Field Summary |
---|
Fields inherited from interface eu.semiramis.policyManager.pdp.PDPFactory |
---|
PDP_FACTORY_CLASS_PROPERTY |
Constructor Summary | |
---|---|
JBossPDPFactory()
|
Method Summary | |
---|---|
PDP |
getPDP(java.lang.String pdpName,
ContextHandler handler,
java.util.Properties configurationProperties,
org.opensaml.xacml.ctx.RequestType request)
Creates a new PDP basing on the custom configuration object
provided, and the current request to be served. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JBossPDPFactory()
Method Detail |
---|
public PDP getPDP(java.lang.String pdpName, ContextHandler handler, java.util.Properties configurationProperties, org.opensaml.xacml.ctx.RequestType request) throws ConfigurationException
PDPFactory
PDP
basing on the custom configuration object
provided, and the current request to be served.
getPDP
in interface PDPFactory
configurationProperties
- the custom configuration objectrequest
- the RequestType
to be served
PDP
to evaluate th request
ConfigurationException
- if an exception occurs in getting the PDP
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |