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

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

Uses of ResponseCtx in org.wso2.balana
 

Methods in org.wso2.balana that return ResponseCtx
 ResponseCtx PDP.evaluate(AbstractRequestCtx request)
          Attempts to evaluate the request against the policies known to this PDP.
 ResponseCtx PDP.evaluate(EvaluationCtx context)
          Uses the given EvaluationCtx against the available policies to determine a response.
 

Uses of ResponseCtx in org.wso2.balana.ctx
 

Methods in org.wso2.balana.ctx that return ResponseCtx
static ResponseCtx ResponseCtx.getInstance(Node root)
          Creates a new instance of ResponseCtx based on the given DOM root node.
static ResponseCtx ResponseCtx.getInstance(Node root, int version)
          Creates a new instance of ResponseCtx based on the given DOM root node.
 



Copyright © 2015 WSO2. All rights reserved.