Uses of Class
eu.semiramis.policyManager.pdp.impl.AbstractPDP

Packages that use AbstractPDP
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.jboss This package contains the code to dispatch access control request to a JBoss XACML engine 
 

Uses of AbstractPDP in eu.semiramis.policyManager.pdp.an
 

Subclasses of AbstractPDP in eu.semiramis.policyManager.pdp.an
 class AnPDP
          This concrete implementation of the PDP uses an Enterprise Java XACML engine to evaluate access control requests against the current XACML policies
 

Uses of AbstractPDP in eu.semiramis.policyManager.pdp.jboss
 

Subclasses of AbstractPDP in eu.semiramis.policyManager.pdp.jboss
 class JBossPDP
          This concrete implementation of the PDP uses a JBoss XACML engine to evaluate access control requests against the current XACML policies