Package | Description |
---|---|
org.wso2.balana.ctx |
All of the classes that support the context schema are in this
package.
|
org.wso2.balana.xacml3 |
Modifier and Type | Method and Description |
---|---|
static AttributeAssignment |
AttributeAssignment.getInstance(Node root)
TODO remove this method if possible
creates a
AttributeAssignment based on its DOM node. |
Modifier and Type | Method and Description |
---|---|
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 and Description |
---|
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 © 2019 WSO2. All rights reserved.