Uses of Class
org.wso2.balana.xacml3.Advice

Packages that use Advice
org.wso2.balana.ctx All of the classes that support the context schema are in this package. 
org.wso2.balana.ctx.xacml3   
org.wso2.balana.xacml3   
 

Uses of Advice in org.wso2.balana.ctx
 

Fields in org.wso2.balana.ctx with type parameters of type Advice
protected  List<Advice> AbstractResult.advices
          List of advices which may be empty
 

Methods in org.wso2.balana.ctx that return types with arguments of type Advice
 List<Advice> AbstractResult.getAdvices()
          Returns the set of advice that the PEP must fulfill, which may be empty.
 

Method parameters in org.wso2.balana.ctx with type arguments of type Advice
 AbstractResult ResultFactory.getResult(int decision, List<ObligationResult> obligationResults, List<Advice> advices, EvaluationCtx evaluationCtx)
          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.
 

Constructor parameters in org.wso2.balana.ctx with type arguments of type Advice
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 Advice in org.wso2.balana.ctx.xacml3
 

Constructor parameters in org.wso2.balana.ctx.xacml3 with type arguments of type Advice
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 Advice in org.wso2.balana.xacml3
 

Methods in org.wso2.balana.xacml3 that return Advice
 Advice AdviceExpression.evaluate(EvaluationCtx ctx)
          return evaluation result of the advice expression
static Advice Advice.getInstance(Node root)
          Creates a Advice based on its DOM node.
 



Copyright © 2015 WSO2. All rights reserved.