Uses of Interface
org.opensaml.xacml.policy.ExpressionType
Packages that use ExpressionType
Package
Description
XMLObject interfaces for XACML policy schema.
XMLObject provider implementation classes for XACML policy schema.
-
Uses of ExpressionType in org.opensaml.xacml.policy
Subinterfaces of ExpressionType in org.opensaml.xacml.policyModifier and TypeInterfaceDescriptioninterface
XACML Apply schema type.interface
XACML AttributeAssignment schema type.interface
XACML AttribtueDesignator schema type.interface
XACML AttributeSelector schema type.interface
XACML AttributeValue schema type.interface
XACML Condition schema type.interface
XACML Function schema type.interface
XACML SubjectAttributeDesignator schema type.interface
XACML VariableReference.Methods in org.opensaml.xacml.policy that return ExpressionTypeModifier and TypeMethodDescriptionConditionType.getExpression()
Gets the expression for this condition.VariableDefinitionType.getExpression()
Gets the expression for this definition.Methods in org.opensaml.xacml.policy that return types with arguments of type ExpressionTypeModifier and TypeMethodDescriptionApplyType.getExpressions()
Gets the expressions for this condition.VariableReferenceType.getExpressions()
Gets the expressions for this definition.Methods in org.opensaml.xacml.policy with parameters of type ExpressionTypeModifier and TypeMethodDescriptionvoid
ConditionType.setExpression
(ExpressionType expression) Sets the expression for this condition.void
VariableDefinitionType.setExpression
(ExpressionType expression) Sets the expression for this definition. -
Uses of ExpressionType in org.opensaml.xacml.policy.impl
Classes in org.opensaml.xacml.policy.impl that implement ExpressionTypeModifier and TypeClassDescriptionclass
Implementation ofApplyType
.class
Implementation forAttributeAssignmentType
.class
Implementation ofAttributeDesignatorType
.class
ImplementationAttributeSelectorType
.class
Implementation ofAttributeValueType
.class
Implementation ofConditionType
.class
Implementation ofFunctionType
.class
Implementation ofSubjectAttributeDesignatorType
.class
Implementation ofVariableReferenceType
.Fields in org.opensaml.xacml.policy.impl declared as ExpressionTypeModifier and TypeFieldDescriptionprivate ExpressionType
ConditionTypeImpl.expression
List of expressions.private ExpressionType
VariableDefinitionTypeImpl.expression
Expression.Fields in org.opensaml.xacml.policy.impl with type parameters of type ExpressionTypeModifier and TypeFieldDescriptionprivate XMLObjectChildrenList<ExpressionType>
ApplyTypeImpl.expressions
List of expressions.private XMLObjectChildrenList<ExpressionType>
VariableReferenceTypeImpl.expressions
List or expressions.Methods in org.opensaml.xacml.policy.impl that return ExpressionTypeModifier and TypeMethodDescriptionConditionTypeImpl.getExpression()
Gets the expression for this condition.VariableDefinitionTypeImpl.getExpression()
Gets the expression for this definition.Methods in org.opensaml.xacml.policy.impl that return types with arguments of type ExpressionTypeModifier and TypeMethodDescriptionApplyTypeImpl.getExpressions()
Gets the expressions for this condition.VariableReferenceTypeImpl.getExpressions()
Gets the expressions for this definition.Methods in org.opensaml.xacml.policy.impl with parameters of type ExpressionTypeModifier and TypeMethodDescriptionvoid
ConditionTypeImpl.setExpression
(ExpressionType exp) Sets the expression for this condition.void
VariableDefinitionTypeImpl.setExpression
(ExpressionType newExpression) Sets the expression for this definition.