JBoss port of sunxacml 2.0.5

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

Packages that use RequestCtx
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. 
 

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

Methods in org.jboss.security.xacml.sunxacml with parameters of type RequestCtx
 ResponseCtx PDP.evaluate(RequestCtx request)
          Attempts to evaluate the request against the policies known to this PDP.
 

Constructors in org.jboss.security.xacml.sunxacml with parameters of type RequestCtx
BasicEvaluationCtx(RequestCtx request)
          Constructs a new BasicEvaluationCtx based on the given request.
BasicEvaluationCtx(RequestCtx request, AttributeFinder finder)
          Constructs a new BasicEvaluationCtx based on the given request, and supports looking outside the original request for attribute values using the AttributeFinder.
BasicEvaluationCtx(RequestCtx request, AttributeFinder finder, boolean cacheEnvValues)
          Constructs a new BasicEvaluationCtx based on the given request, and supports looking outside the original request for attribute values using the AttributeFinder.
BasicEvaluationCtx(RequestCtx request, boolean cacheEnvValues)
          Constructs a new BasicEvaluationCtx based on the given request.
 

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

Methods in org.jboss.security.xacml.sunxacml.ctx that return RequestCtx
static RequestCtx RequestCtx.getInstance(InputStream input)
          Creates a new RequestCtx by parsing XML from an input stream.
static RequestCtx RequestCtx.getInstance(Node root)
          Create a new RequestCtx by parsing a node.
 


JBoss port of sunxacml 2.0.5

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