| Package | Description |
|---|---|
| org.opensaml.xacml.policy |
XMLObject interfaces for XACML policy schema.
|
| org.opensaml.xacml.policy.impl |
XMLObject provider implementation classes 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> |
ApplyType.getExpressions()
Gets the expressions for this condition.
|
List<ExpressionType> |
VariableReferenceType.getExpressions()
Gets the expressions for this definition.
|
| 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ApplyTypeImpl
Implementation of
ApplyType. |
class |
AttributeAssignmentTypeImpl
Implementation for
AttributeAssignmentType. |
class |
AttributeDesignatorTypeImpl
Implementation of
AttributeDesignatorType. |
class |
AttributeSelectorTypeImpl
Implementation
AttributeSelectorType. |
class |
AttributeValueTypeImpl
Implementation of
AttributeValueType. |
class |
ConditionTypeImpl
Implementation of
ConditionType. |
class |
FunctionTypeImpl
Implementation of
FunctionType. |
class |
SubjectAttributeDesignatorTypeImpl
Implementation of
SubjectAttributeDesignatorType. |
class |
VariableReferenceTypeImpl
Implementation of
VariableReferenceType. |
| Modifier and Type | Method and Description |
|---|---|
ExpressionType |
VariableDefinitionTypeImpl.getExpression()
Gets the expression for this definition.
|
ExpressionType |
ConditionTypeImpl.getExpression()
Gets the expression for this condition.
|
| Modifier and Type | Method and Description |
|---|---|
List<ExpressionType> |
ApplyTypeImpl.getExpressions()
Gets the expressions for this condition.
|
List<ExpressionType> |
VariableReferenceTypeImpl.getExpressions()
Gets the expressions for this definition.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VariableDefinitionTypeImpl.setExpression(ExpressionType newExpression)
Sets the expression for this definition.
|
void |
ConditionTypeImpl.setExpression(ExpressionType exp)
Sets the expression for this condition.
|
Copyright © 2021. All rights reserved.