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 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. -
Uses of ExpressionType in org.opensaml.xacml.policy.impl
Classes in org.opensaml.xacml.policy.impl that implement ExpressionTypeModifier and TypeClassDescriptionclassImplementation ofApplyType.classImplementation forAttributeAssignmentType.classImplementation ofAttributeDesignatorType.classImplementationAttributeSelectorType.classImplementation ofAttributeValueType.classImplementation ofConditionType.classImplementation ofFunctionType.classImplementation ofSubjectAttributeDesignatorType.classImplementation ofVariableReferenceType.Fields in org.opensaml.xacml.policy.impl declared as ExpressionTypeModifier and TypeFieldDescriptionprivate ExpressionTypeConditionTypeImpl.expressionList of expressions.private ExpressionTypeVariableDefinitionTypeImpl.expressionExpression.Fields in org.opensaml.xacml.policy.impl with type parameters of type ExpressionTypeModifier and TypeFieldDescriptionprivate XMLObjectChildrenList<ExpressionType>ApplyTypeImpl.expressionsList of expressions.private XMLObjectChildrenList<ExpressionType>VariableReferenceTypeImpl.expressionsList 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 TypeMethodDescriptionvoidConditionTypeImpl.setExpression(ExpressionType exp) Sets the expression for this condition.voidVariableDefinitionTypeImpl.setExpression(ExpressionType newExpression) Sets the expression for this definition.