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
 List<AttributeValueType> MissingAttributeDetailType.getAttributeValues()
          Gets the missing attribute values.
 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.
 

Fields in org.opensaml.xacml.ctx.impl with type parameters of type AttributeValueType
private  XMLObjectChildrenList<AttributeValueType> AttributeTypeImpl.attributeValues
          List of values for this attribute.
private  XMLObjectChildrenList<AttributeValueType> MissingAttributeDetailTypeImpl.attributeValues
          Lists of the attribute values in details.
 

Methods in org.opensaml.xacml.ctx.impl that return AttributeValueType
 AttributeValueType AttributeValueTypeImplBuilder.buildObject()
          Builds a XACMLObject using the default name and namespace information provided XACML specifications.
 AttributeValueType AttributeValueTypeImplBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix)
          
 

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



Copyright © 1999-2013. All Rights Reserved.