public abstract class AzAttributesImpl extends AttributesImpl implements AzAttributes
AzAttributesImpl implements AzAttributes to provide an abstract
layer specifically for Authorization attributes.| Constructor and Description |
|---|
AzAttributesImpl(AzAttributesImpl other)
Copy constructor
|
AzAttributesImpl(String name)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Determines a name to denote this collection of attributes.
|
addAttribute, addAttribute, addAttribute, clear, getAttribute, getAttributeCount, getAttributeNames, getAttributeValue, getAttributeValues, getAttributeValuesAsArray, removeAllAttributeValues, removeAttribute, removeAttributeValue, removeAttributeValues, removeAttributeValuesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddAttribute, addAttribute, addAttribute, clear, getAttribute, getAttributeCount, getAttributeNames, getAttributeValue, getAttributeValues, getAttributeValuesAsArray, removeAllAttributeValues, removeAttribute, removeAttributeValue, removeAttributeValues, removeAttributeValuespublic AzAttributesImpl(AzAttributesImpl other)
other - The copy sourcepublic AzAttributesImpl(String name)
name - The name of this collection.IllegalArgumentException - Given name is null or emptypublic String getName()
For example, this name may be used to qualify attributes by collection type in XACML.
getName in interface AzAttributesAzAttributes.getName()Copyright © 2013. All Rights Reserved.