|
||||||||||
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 | |
---|---|
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 . |
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(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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |