| Package | Description |
|---|---|
| org.opensaml.xacml.policy |
XMLObject interfaces for XACML policy schema.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ApplyType
XACML Apply schema type.
|
interface |
AttributeAssignmentType
XACML AttributeAssignment schema type.
|
interface |
AttributeDesignatorType
XACML AttribtueDesignator schema type.
|
interface |
AttributeSelectorType
XACML AttributeSelector schema type.
|
interface |
AttributeValueType
XACML AttributeValue schema type.
|
interface |
ConditionType
XACML Condition schema type.
|
interface |
FunctionType
XACML Function schema type.
|
interface |
SubjectAttributeDesignatorType
XACML SubjectAttributeDesignator schema type.
|
interface |
VariableReferenceType
XACML VariableReference.
|
| Modifier and Type | Method and Description |
|---|---|
ExpressionType |
VariableDefinitionType.getExpression()
Gets the expression for this definition.
|
ExpressionType |
ConditionType.getExpression()
Gets the expression for this condition.
|
| Modifier and Type | Method and Description |
|---|---|
List<ExpressionType> |
VariableReferenceType.getExpressions()
Gets the expressions for this definition.
|
List<ExpressionType> |
ApplyType.getExpressions()
Gets the expressions for this condition.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VariableDefinitionType.setExpression(ExpressionType expression)
Sets the expression for this definition.
|
void |
ConditionType.setExpression(ExpressionType expression)
Sets the expression for this condition.
|
Copyright © 1999–2020 Shibboleth Consortium. All rights reserved.