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

Packages that use Status
org.wso2.balana This is the root package, which contains the PDP class where most people will want to start. 
org.wso2.balana.cond Support for Conditions is in this package. 
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   
org.wso2.balana.finder The finder package supports all of the pieces of the XACML specification that require custom implementation. 
org.wso2.balana.xacml3   
 

Uses of Status in org.wso2.balana
 

Methods in org.wso2.balana that return Status
 Status MatchResult.getStatus()
          Returns the status if there was an error, or null if no error occurred
 

Constructors in org.wso2.balana with parameters of type Status
MatchResult(int result, Status status)
          Constructor that creates a MatchResult, including Status data
 

Uses of Status in org.wso2.balana.cond
 

Methods in org.wso2.balana.cond that return Status
 Status EvaluationResult.getStatus()
          Returns the status if there was an error, or null it no error occurred
 

Constructors in org.wso2.balana.cond with parameters of type Status
EvaluationResult(Status status)
          Constructor that creates an EvaluationResult of Indeterminate, including Status data.
 

Uses of Status in org.wso2.balana.ctx
 

Fields in org.wso2.balana.ctx declared as Status
protected  Status AbstractResult.status
          the status data
 

Methods in org.wso2.balana.ctx that return Status
static Status Status.getInstance(Node root)
          Creates a new instance of Status based on the given DOM root node.
static Status Status.getOkInstance()
          Gets a Status instance that has the OK status and no other information.
 Status AbstractResult.getStatus()
          Returns the status data included in this Result.
 

Methods in org.wso2.balana.ctx with parameters of type Status
 AbstractResult ResultFactory.getResult(int decision, Status status, EvaluationCtx evaluationCtx)
          Returns instance of AbstractResult based one the XACML version.
 AbstractResult ResultFactory.getResult(int decision, Status status, int version)
          Returns instance of AbstractResult based one the XACML version.
 AbstractResult ResultFactory.getResult(int decision, Status status, List<ObligationResult> obligationResults, List<Advice> advices, EvaluationCtx evaluationCtx)
          Returns instance of AbstractResult based one the XACML version.
 

Constructors in org.wso2.balana.ctx with parameters of type Status
AbstractResult(int decision, Status status, int version)
          Constructs a AbstractResult object with decision status data, obligations, advices and evaluation ctx
AbstractResult(int decision, Status status, List<ObligationResult> obligationResults, List<Advice> advices, int version)
          Constructs a AbstractResult object with decision status data, obligations, advices and evaluation ctx
 

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

Constructors in org.wso2.balana.ctx.xacml2 with parameters of type Status
Result(int decision, Status status)
           
Result(int decision, Status status, List<ObligationResult> obligationResults)
           
Result(int decision, Status status, List<ObligationResult> obligationResults, String resourceId)
           
 

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

Constructors in org.wso2.balana.ctx.xacml3 with parameters of type Status
Result(int decision, Status status)
           
Result(int decision, Status status, List<ObligationResult> obligationResults, List<Advice> advices, EvaluationCtx evaluationCtx)
           
Result(int decision, Status status, List<ObligationResult> obligationResults, List<Advice> advices, Set<PolicyReference> policyReferences, Set<Attributes> attributes)
           
 

Uses of Status in org.wso2.balana.finder
 

Methods in org.wso2.balana.finder that return Status
 Status PolicyFinderResult.getStatus()
          Returns the status if there was an error, or null if no error occurred.
 

Constructors in org.wso2.balana.finder with parameters of type Status
PolicyFinderResult(Status status)
          Create a result of Indeterminate, including Status data.
 

Uses of Status in org.wso2.balana.xacml3
 

Methods in org.wso2.balana.xacml3 that return Status
 Status MultipleCtxResult.getStatus()
           
 

Constructors in org.wso2.balana.xacml3 with parameters of type Status
MultipleCtxResult(Set<EvaluationCtx> evaluationCtxSet, Status status, boolean indeterminate)
          Constructs a MultipleCtxResult object with required data
MultipleCtxResult(Status status)
          Constructs a MultipleCtxResult object with status error
 



Copyright © 2015 WSO2. All rights reserved.