Uses of Interface
org.opensaml.xacml.policy.ExpressionType
Packages that use ExpressionType
-
Uses of ExpressionType in org.opensaml.xacml.policy
Subinterfaces of ExpressionType in org.opensaml.xacml.policyModifier and TypeInterfaceDescriptioninterfaceXACML Apply schema type.interfaceXACML AttributeAssignment schema type.interfaceXACML AttribtueDesignator schema type.interfaceXACML AttributeSelector schema type.interfaceXACML AttributeValue schema type.interfaceXACML Condition schema type.interfaceXACML Function schema type.interfaceXACML SubjectAttributeDesignator schema type.interfaceXACML 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 TypeMethodDescriptionvoidConditionType.setExpression(ExpressionType expression) Sets the expression for this condition.voidVariableDefinitionType.setExpression(ExpressionType expression) Sets the expression for this definition.