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

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

Uses of AttributeValueType in org.opensaml.xacml.policy
 

Subinterfaces of AttributeValueType in org.opensaml.xacml.policy
 interface AttributeAssignmentType
          XACML AttributeAssignment schema type.
 

Methods in org.opensaml.xacml.policy that return AttributeValueType
 AttributeValueType CombinerParameterType.getAttributeValue()
          Gets the attribute value type for this parameter.
 AttributeValueType EnvironmentMatchType.getAttributeValue()
          Gets the attribute value for this match.
 AttributeValueType SubjectMatchType.getAttributeValue()
          Gets the attribute value for this match.
 AttributeValueType ResourceMatchType.getAttributeValue()
          Gets the attribute value for this match.
 AttributeValueType ActionMatchType.getAttributeValue()
          Gets the attribute value for this match.
 

Methods in org.opensaml.xacml.policy with parameters of type AttributeValueType
 void CombinerParameterType.setAttributeValue(AttributeValueType value)
          Sets the attribute value type for this parameter.
 void EnvironmentMatchType.setAttributeValue(AttributeValueType value)
          Sets the attribute value for this match.
 void SubjectMatchType.setAttributeValue(AttributeValueType value)
          Sets the attribute value for this match.
 void ResourceMatchType.setAttributeValue(AttributeValueType value)
          Sets the attribute value for this match.
 void ActionMatchType.setAttributeValue(AttributeValueType value)
          Sets the attribute value for this match.
 

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

Classes in org.opensaml.xacml.policy.impl that implement AttributeValueType
 class AttributeAssignmentTypeImpl
          Implementation for AttributeAssignmentType.
 class AttributeValueTypeImpl
          Implementation of AttributeValueType.
 

Methods in org.opensaml.xacml.policy.impl that return AttributeValueType
 AttributeValueType AttributeValueTypeImplBuilder.buildObject()
          Builds a XACML object, using its default attribute name.
 AttributeValueType AttributeValueTypeImplBuilder.buildObject(java.lang.String namespaceURI, java.lang.String localName, java.lang.String namespacePrefix)
          
 AttributeValueType ResourceMatchTypeImpl.getAttributeValue()
          Gets the attribute value for this match.
 AttributeValueType EnvironmentMatchTypeImpl.getAttributeValue()
          Gets the attribute value for this match.
 AttributeValueType ActionMatchTypeImpl.getAttributeValue()
          Gets the attribute value for this match.
 AttributeValueType CombinerParameterTypeImpl.getAttributeValue()
          Gets the attribute value type for this parameter.
 AttributeValueType SubjectMatchTypeImpl.getAttributeValue()
          Gets the attribute value for this match.
 

Methods in org.opensaml.xacml.policy.impl with parameters of type AttributeValueType
 void ResourceMatchTypeImpl.setAttributeValue(AttributeValueType value)
          Sets the attribute value for this match.
 void EnvironmentMatchTypeImpl.setAttributeValue(AttributeValueType value)
          Sets the attribute value for this match.
 void ActionMatchTypeImpl.setAttributeValue(AttributeValueType value)
          Sets the attribute value for this match.
 void CombinerParameterTypeImpl.setAttributeValue(AttributeValueType newValue)
          Sets the attribute value type for this parameter.
 void SubjectMatchTypeImpl.setAttributeValue(AttributeValueType value)
          Sets the attribute value for this match.
 



Copyright © 2006-2012 Internet2. All Rights Reserved.