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 java.util.Optional<java.lang.Object> |
getAttribute(java.lang.String key)
Get the property (optional) value.
|
java.util.Collection<java.lang.String> |
getAttributeNames()
A collection of all property names in this container.
|
java.lang.Object |
getAttributeRaw(java.lang.String key)
Return the actual property value or null if not present.
|
java.lang.Object getAttributeRaw(java.lang.String key)
key - key (name) of the propertyjava.util.Collection<java.lang.String> getAttributeNames()
default java.util.Optional<java.lang.Object> getAttribute(java.lang.String key)
key - key (name) of the propertyCopyright © 2018, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.