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

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

Uses of AttributeAssignment in org.wso2.balana.ctx
 

Methods in org.wso2.balana.ctx that return AttributeAssignment
static AttributeAssignment AttributeAssignment.getInstance(Node root)
          TODO remove this method if possible creates a AttributeAssignment based on its DOM node.
 

Uses of AttributeAssignment in org.wso2.balana.xacml3
 

Methods in org.wso2.balana.xacml3 that return types with arguments of type AttributeAssignment
 Set<AttributeAssignment> AttributeAssignmentExpression.evaluate(EvaluationCtx ctx)
          evaluates Expression element and create new Set of AttributeAssignment
 List<AttributeAssignment> Obligation.getAssignments()
          Returns the attribute assignment data in this obligation.
 List<AttributeAssignment> Advice.getAssignments()
           
 

Constructor parameters in org.wso2.balana.xacml3 with type arguments of type AttributeAssignment
Advice(URI adviceId, List<AttributeAssignment> assignments)
          Constructor that creates a new Advice based on the given elements.
Obligation(List<AttributeAssignment> assignments, URI obligationId)
          Constructor that creates a new Obligation based on the given elements.
 



Copyright © 2015 WSO2. All rights reserved.