Uses of Interface
eu.semiramis.policyManager.pdp.PDPFactory

Packages that use PDPFactory
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 PDPFactory in eu.semiramis.policyManager.pdp.an
 

Classes in eu.semiramis.policyManager.pdp.an that implement PDPFactory
 class AnPDPFactory
          This concrete implementation of the PDPFactory creates a AnPDP that uses an Enterprise Java XACML engine to evaluate access control requests against the current XACML policies.
 

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

Classes in eu.semiramis.policyManager.pdp.jboss that implement PDPFactory
 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