|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 XACMLObject using the default name and namespace information provided XACML specifications. |
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||