public interface AbacSupport
| Modifier and Type | Interface and Description |
|---|---|
static class |
AbacSupport.BasicAttributes
Implements
AbacSupport interface and supports adding attributes. |
| Modifier and Type | Method and Description |
|---|---|
default Optional<Object> |
abacAttribute(String key)
Get the property (optional) value.
|
Collection<String> |
abacAttributeNames()
A collection of all property names in this container.
|
Object |
abacAttributeRaw(String key)
Return the actual property value or null if not present.
|
Object abacAttributeRaw(String key)
key - key (name) of the propertyCollection<String> abacAttributeNames()
Copyright © 2018–2019 Oracle Corporation. All rights reserved.