Uses of Class
org.wso2.balana.PolicyReference

Packages that use PolicyReference
org.wso2.balana This is the root package, which contains the PDP class where most people will want to start. 
org.wso2.balana.ctx.xacml3   
 

Uses of PolicyReference in org.wso2.balana
 

Methods in org.wso2.balana that return PolicyReference
static PolicyReference PolicyReference.getInstance(Node root, PolicyFinder finder)
          Deprecated. As of 2.0 you should avoid using this method and should instead use the version that takes a PolicyMetaData instance. This method will only work for XACML 1.x policies.
static PolicyReference PolicyReference.getInstance(Node root, PolicyFinder finder, PolicyMetaData metaData)
          Creates an instance of a PolicyReference object based on a DOM node.
 

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

Methods in org.wso2.balana.ctx.xacml3 that return types with arguments of type PolicyReference
 Set<PolicyReference> XACML3EvaluationCtx.getPolicyReferences()
           
 

Method parameters in org.wso2.balana.ctx.xacml3 with type arguments of type PolicyReference
 void XACML3EvaluationCtx.setPolicyReferences(Set<PolicyReference> policyReferences)
           
 

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



Copyright © 2015 WSO2. All rights reserved.