|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ContextHandler | |
---|---|
eu.semiramis.policyManager.pdp | This package contains the Policy Decision Point code |
eu.semiramis.policyManager.pdp.an | This package contains the code to dispatch access control request to an Enterprise Java XACML engine. |
eu.semiramis.policyManager.pdp.impl | |
eu.semiramis.policyManager.pdp.jboss | This package contains the code to dispatch access control request to a JBoss XACML engine |
Uses of ContextHandler in eu.semiramis.policyManager.pdp |
---|
Methods in eu.semiramis.policyManager.pdp with parameters of type ContextHandler | |
---|---|
PDP |
PDPFactory.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. |
Uses of ContextHandler in eu.semiramis.policyManager.pdp.an |
---|
Methods in eu.semiramis.policyManager.pdp.an with parameters of type ContextHandler | |
---|---|
PDP |
AnPDPFactory.getPDP(java.lang.String pdpName,
ContextHandler handler,
java.util.Properties configurationProperties,
org.opensaml.xacml.ctx.RequestType request)
|
Uses of ContextHandler in eu.semiramis.policyManager.pdp.impl |
---|
Classes in eu.semiramis.policyManager.pdp.impl that implement ContextHandler | |
---|---|
class |
AbstractContextHandler
Base implementation of the ContextHandler interface |
class |
DefaultContextHandlerImpl
Base implementation of the ContextHandler interface |
class |
MultiplePdpContextHandlerImpl
Base implementation of the ContextHandler interface |
Methods in eu.semiramis.policyManager.pdp.impl that return ContextHandler | |
---|---|
static ContextHandler |
ContextHandlerFactory.createContextHandler()
Creates a new ContextHandler basing on the default configuration
file |
static ContextHandler |
ContextHandlerFactory.createContextHandler(java.util.Properties properties)
Creates a new ContextHandler basing on the custom configuration
object provided |
static ContextHandler |
ContextHandlerFactory.createContextHandler(java.lang.String configurationFileName)
Creates a new ContextHandler basing on the custom configuration
file provided |
Uses of ContextHandler in eu.semiramis.policyManager.pdp.jboss |
---|
Methods in eu.semiramis.policyManager.pdp.jboss with parameters of type ContextHandler | |
---|---|
PDP |
JBossPDPFactory.getPDP(java.lang.String pdpName,
ContextHandler handler,
java.util.Properties configurationProperties,
org.opensaml.xacml.ctx.RequestType request)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |