Package | Description |
---|---|
org.opensaml.xacml.policy | |
org.opensaml.xacml.policy.impl |
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 |
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 |
ConditionTypeImpl.setExpression(ExpressionType expression)
Sets the expression for this condition.
|
Copyright © 1999-2013. All Rights Reserved.