OpenSAML-J 2.4.1-redhat-3

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

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 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> MissingAttributeDetailTypeImpl.getAttributeValues()
          Gets the missing attribute values.
 List<AttributeValueType> AttributeTypeImpl.getAttributeValues()
          Gets the list of attribute values for this attribute.
 


OpenSAML-J 2.4.1-redhat-3

Copyright © 2006-2012 Internet2. All Rights Reserved.