Uses of Interface
org.opensaml.xacml.policy.ExpressionType

Packages that use ExpressionType
org.opensaml.xacml.policy   
org.opensaml.xacml.policy.impl   
 

Uses of ExpressionType in org.opensaml.xacml.policy
 

Subinterfaces of ExpressionType in org.opensaml.xacml.policy
 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.
 

Methods in org.opensaml.xacml.policy that return ExpressionType
 ExpressionType VariableDefinitionType.getExpression()
          Gets the expression for this definition.
 ExpressionType ConditionType.getExpression()
          Gets the expression for this condition.
 

Methods in org.opensaml.xacml.policy that return types with arguments of type ExpressionType
 List<ExpressionType> VariableReferenceType.getExpressions()
          Gets the expressions for this definition.
 List<ExpressionType> ApplyType.getExpressions()
          Gets the expressions for this condition.
 

Methods in org.opensaml.xacml.policy with parameters of type ExpressionType
 void ConditionType.setExpression(ExpressionType expression)
          Sets the expression for this condition.
 

Uses of ExpressionType in org.opensaml.xacml.policy.impl
 

Classes in org.opensaml.xacml.policy.impl that implement ExpressionType
 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.
 

Methods in org.opensaml.xacml.policy.impl that return ExpressionType
 ExpressionType ConditionTypeImpl.getExpression()
          Gets the expression for this condition.
 ExpressionType VariableDefinitionTypeImpl.getExpression()
          Gets the expression for this definition.
 

Methods in org.opensaml.xacml.policy.impl that return types with arguments of type ExpressionType
 List<ExpressionType> VariableReferenceTypeImpl.getExpressions()
          Gets the expressions for this definition.
 List<ExpressionType> ApplyTypeImpl.getExpressions()
          Gets the expressions for this condition.
 

Methods in org.opensaml.xacml.policy.impl with parameters of type ExpressionType
 void ConditionTypeImpl.setExpression(ExpressionType expression)
          Sets the expression for this condition.
 



Copyright © 2006-2013 Internet2. All Rights Reserved.