Uses of Class
eu.semiramis.policyManager.pdp.EvaluationException

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

Methods in eu.semiramis.policyManager.pdp that throw EvaluationException
 org.opensaml.xacml.ctx.ResponseType PDP.evaluate(org.opensaml.xacml.ctx.RequestType request)
          This method evaluates a XACML request against the set of policies defined for the PDP.
 org.opensaml.xacml.ctx.ResponseType ContextHandler.handleRequest(org.opensaml.xacml.ctx.RequestType request)
          Handle a XACML request providing the corresponding response.
 

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

Methods in eu.semiramis.policyManager.pdp.an that throw EvaluationException
 org.opensaml.xacml.ctx.ResponseType AnPDP.evaluate(org.opensaml.xacml.ctx.RequestType request)
           
 

Uses of EvaluationException in eu.semiramis.policyManager.pdp.impl
 

Methods in eu.semiramis.policyManager.pdp.impl that throw EvaluationException
 org.opensaml.xacml.ctx.ResponseType AbstractContextHandler.handleRequest(org.opensaml.xacml.ctx.RequestType request)
           
 

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

Methods in eu.semiramis.policyManager.pdp.jboss that throw EvaluationException
 org.opensaml.xacml.ctx.ResponseType JBossPDP.evaluate(org.opensaml.xacml.ctx.RequestType request)