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

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

Uses of AttributeValueType in org.opensaml.xacml.ctx
 

Methods in org.opensaml.xacml.ctx that return types with arguments of type AttributeValueType
 java.util.List<AttributeValueType> MissingAttributeDetailType.getAttributeValues()
          Gets the missing attribute values.
 java.util.List<AttributeValueType> AttributeType.getAttributeValues()
          Gets the list of attribute values for this attribute.
 

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

Classes in org.opensaml.xacml.ctx.impl that implement AttributeValueType
 class AttributeValueTypeImpl
          Concrete implementation of AttributeValueType.
 

Methods in org.opensaml.xacml.ctx.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)
          
 

Methods in org.opensaml.xacml.ctx.impl that return types with arguments of type AttributeValueType
 java.util.List<AttributeValueType> MissingAttributeDetailTypeImpl.getAttributeValues()
          Gets the missing attribute values.
 java.util.List<AttributeValueType> AttributeTypeImpl.getAttributeValues()
          Gets the list of attribute values for this attribute.
 



Copyright © 2006-2011 Internet2. All Rights Reserved.