Uses of Interface
org.opensaml.xacml.ctx.AttributeValueType
Packages that use AttributeValueType
Package
Description
XMLObject interfaces for XACML context schema.
XMLObject implementations for XACML context schema.
-
Uses of AttributeValueType in org.opensaml.xacml.ctx
Methods in org.opensaml.xacml.ctx that return types with arguments of type AttributeValueTypeModifier and TypeMethodDescriptionAttributeType.getAttributeValues()Gets the list of attribute values for this attribute.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 AttributeValueTypeFields in org.opensaml.xacml.ctx.impl with type parameters of type AttributeValueTypeModifier and TypeFieldDescriptionprivate final XMLObjectChildrenList<AttributeValueType>AttributeTypeImpl.attributeValuesList of values for this attribute.private XMLObjectChildrenList<AttributeValueType>MissingAttributeDetailTypeImpl.attributeValuesLists of the attribute values in details.Methods in org.opensaml.xacml.ctx.impl that return AttributeValueTypeModifier and TypeMethodDescriptionAttributeValueTypeImplBuilder.buildObject()Builds a XACMLObject using the default name and namespace information provided XACML specifications.AttributeValueTypeImplBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix) Creates an XMLObject with a given fully qualified name.Methods in org.opensaml.xacml.ctx.impl that return types with arguments of type AttributeValueTypeModifier and TypeMethodDescriptionAttributeTypeImpl.getAttributeValues()Gets the list of attribute values for this attribute.MissingAttributeDetailTypeImpl.getAttributeValues()Gets the missing attribute values.