Uses of Interface
org.opensaml.xacml.policy.ExpressionType
-
Packages that use ExpressionType Package Description org.opensaml.xacml.policy XMLObject interfaces for XACML policy schema. -
-
Uses of ExpressionType in org.opensaml.xacml.policy
Subinterfaces of ExpressionType in org.opensaml.xacml.policy Modifier and Type Interface Description interfaceApplyTypeXACML Apply schema type.interfaceAttributeAssignmentTypeXACML AttributeAssignment schema type.interfaceAttributeDesignatorTypeXACML AttribtueDesignator schema type.interfaceAttributeSelectorTypeXACML AttributeSelector schema type.interfaceAttributeValueTypeXACML AttributeValue schema type.interfaceConditionTypeXACML Condition schema type.interfaceFunctionTypeXACML Function schema type.interfaceSubjectAttributeDesignatorTypeXACML SubjectAttributeDesignator schema type.interfaceVariableReferenceTypeXACML VariableReference.Methods in org.opensaml.xacml.policy that return ExpressionType Modifier and Type Method Description ExpressionTypeConditionType. getExpression()Gets the expression for this condition.ExpressionTypeVariableDefinitionType. getExpression()Gets the expression for this definition.Methods in org.opensaml.xacml.policy that return types with arguments of type ExpressionType Modifier and Type Method Description List<ExpressionType>ApplyType. getExpressions()Gets the expressions for this condition.List<ExpressionType>VariableReferenceType. getExpressions()Gets the expressions for this definition.Methods in org.opensaml.xacml.policy with parameters of type ExpressionType Modifier and Type Method Description voidConditionType. setExpression(ExpressionType expression)Sets the expression for this condition.voidVariableDefinitionType. setExpression(ExpressionType expression)Sets the expression for this definition.
-