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

Packages that use AttributeAssignmentExpression
org.wso2.balana.xacml3   
 

Uses of AttributeAssignmentExpression in org.wso2.balana.xacml3
 

Methods in org.wso2.balana.xacml3 that return AttributeAssignmentExpression
static AttributeAssignmentExpression AttributeAssignmentExpression.getInstance(Node root, PolicyMetaData metaData)
          creates a AttributeAssignmentExpression based on its DOM node.
 

Constructor parameters in org.wso2.balana.xacml3 with type arguments of type AttributeAssignmentExpression
AdviceExpression(URI adviceId, int appliesTo, List<AttributeAssignmentExpression> attributeAssignmentExpressions)
          Constructor that takes all the data associated with an AdviceExpression .
ObligationExpression(int fulfillOn, List<AttributeAssignmentExpression> expressions, URI obligationId)
          Constructor that creates a new ObligationExpression based on the given elements.
 



Copyright © 2015 WSO2. All rights reserved.