Package | Description |
---|---|
org.wso2.balana.xacml3 |
Modifier and Type | Method and Description |
---|---|
static AttributeAssignmentExpression |
AttributeAssignmentExpression.getInstance(Node root,
PolicyMetaData metaData)
creates a
AttributeAssignmentExpression based on its DOM node. |
Constructor and Description |
---|
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 © 2022 WSO2. All rights reserved.