AbacSupportpublic static class AbacSupport.BasicAttributes extends Object implements AbacSupport
AbacSupport interface and supports adding attributes.AbacSupport.BasicAttributes| Constructor | Description |
|---|---|
BasicAttributes() |
|
BasicAttributes(AbacSupport toCopy) |
| Modifier and Type | Method | Description |
|---|---|---|
Collection<String> |
getAttributeNames() |
A collection of all property names in this container.
|
Object |
getAttributeRaw(String key) |
Return the actual property value or null if not present.
|
void |
put(String classifier,
Object value) |
|
String |
toString() |
getAttributepublic BasicAttributes()
public BasicAttributes(AbacSupport toCopy)
public Collection<String> getAttributeNames()
AbacSupportgetAttributeNames in interface AbacSupportpublic Object getAttributeRaw(String key)
AbacSupportgetAttributeRaw in interface AbacSupportkey - key (name) of the propertyCopyright © 2018, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.