Uses of Class
org.wso2.balana.ctx.AbstractRequestCtx

Packages that use AbstractRequestCtx
org.wso2.balana This is the root package, which contains the PDP class where most people will want to start. 
org.wso2.balana.ctx All of the classes that support the context schema are in this package. 
org.wso2.balana.ctx.xacml2   
org.wso2.balana.ctx.xacml3   
 

Uses of AbstractRequestCtx in org.wso2.balana
 

Methods in org.wso2.balana with parameters of type AbstractRequestCtx
 ResponseCtx PDP.evaluate(AbstractRequestCtx request)
          Attempts to evaluate the request against the policies known to this PDP.
 

Uses of AbstractRequestCtx in org.wso2.balana.ctx
 

Fields in org.wso2.balana.ctx declared as AbstractRequestCtx
protected  AbstractRequestCtx BasicEvaluationCtx.requestCtx
          Represents a XACML request made to the PDP
 

Methods in org.wso2.balana.ctx that return AbstractRequestCtx
 AbstractRequestCtx EvaluationCtx.getRequestCtx()
          Returns XACML request
 AbstractRequestCtx BasicEvaluationCtx.getRequestCtx()
           
 AbstractRequestCtx RequestCtxFactory.getRequestCtx(InputStream input)
          Returns instance of AbstractRequestCtx based one the XACML version.
 AbstractRequestCtx RequestCtxFactory.getRequestCtx(Node root)
          Returns instance of AbstractRequestCtx based one the XACML version.
 AbstractRequestCtx RequestCtxFactory.getRequestCtx(String request)
          Returns instance of AbstractRequestCtx based one the XACML version.
 

Methods in org.wso2.balana.ctx with parameters of type AbstractRequestCtx
 EvaluationCtx EvaluationCtxFactory.getEvaluationCtx(AbstractRequestCtx requestCtx, PDPConfig pdpConfig)
           
 

Uses of AbstractRequestCtx in org.wso2.balana.ctx.xacml2
 

Subclasses of AbstractRequestCtx in org.wso2.balana.ctx.xacml2
 class RequestCtx
          Represents a XACML2 request made to the PDP.
 

Methods in org.wso2.balana.ctx.xacml2 that return AbstractRequestCtx
 AbstractRequestCtx XACML2EvaluationCtx.getRequestCtx()
           
 

Uses of AbstractRequestCtx in org.wso2.balana.ctx.xacml3
 

Methods in org.wso2.balana.ctx.xacml3 that return AbstractRequestCtx
 AbstractRequestCtx XACML3EvaluationCtx.getRequestCtx()
           
 



Copyright © 2015 WSO2. All rights reserved.