Package eu.semiramis.policyManager.pdp.an

This package contains the code to dispatch access control request to an Enterprise Java XACML engine.

See:
          Description

Class Summary
AnPDP This concrete implementation of the PDP uses an Enterprise Java XACML engine to evaluate access control requests against the current XACML policies
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.
SLF4JLogger This is a bridge class to export log messages from the Logger framework to the SLF4J one.
 

Exception Summary
AnMarshallingException Exception to be thrown during problems in marshalling and unmarshalling of EnterpriseJavaXACML objects.
 

Package eu.semiramis.policyManager.pdp.an Description

This package contains the code to dispatch access control request to an Enterprise Java XACML engine.

More information about the Enterprise Java XACML engine can be found at http://code.google.com/p/enterprise-java-xacml/