AbacSupport.BasicAttributes, EndpointConfig, Grant, Principal, ProviderRequest, Role, SecurityEnvironment, Subjectpublic interface AbacSupport
| Modifier and Type | Interface | Description |
|---|---|---|
static class |
AbacSupport.BasicAttributes |
Implements
AbacSupport interface and supports adding attributes. |
| Modifier and Type | Method | Description |
|---|---|---|
default Optional<Object> |
getAttribute(String key) |
Get the property (optional) value.
|
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.
|
Object getAttributeRaw(String key)
key - key (name) of the propertyCollection<String> getAttributeNames()
Copyright © 2018, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.