JBoss port of sunxacml 2.0.5-redhat-1

Uses of Class
org.jboss.security.xacml.sunxacml.ctx.ResponseCtx

Packages that use ResponseCtx
org.jboss.security.xacml.sunxacml This is the root package, which contains the PDP class where most people will want to start. 
org.jboss.security.xacml.sunxacml.ctx All of the classes that support the context schema are in this package. 
org.jboss.security.xacml.sunxacml.support   
 

Uses of ResponseCtx in org.jboss.security.xacml.sunxacml
 

Methods in org.jboss.security.xacml.sunxacml that return ResponseCtx
 ResponseCtx PDP.evaluate(EvaluationCtx context)
          Uses the given EvaluationCtx against the available policies to determine a response.
 ResponseCtx PDP.evaluate(RequestCtx request)
          Attempts to evaluate the request against the policies known to this PDP.
 

Uses of ResponseCtx in org.jboss.security.xacml.sunxacml.ctx
 

Methods in org.jboss.security.xacml.sunxacml.ctx that return ResponseCtx
static ResponseCtx ResponseCtx.getInstance(InputStream input)
          Creates a new ResponseCtx by parsing XML from an input stream.
static ResponseCtx ResponseCtx.getInstance(Node root)
          Creates a new instance of ResponseCtx based on the given DOM root node.
 

Uses of ResponseCtx in org.jboss.security.xacml.sunxacml.support
 

Methods in org.jboss.security.xacml.sunxacml.support that return ResponseCtx
 ResponseCtx SimplePDP.evaluate(String requestFile)
          Evaluates the given request and returns the Response that the PDP will hand back to the PEP.
 


JBoss port of sunxacml 2.0.5-redhat-1

Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.