Interface AbacSupport
- All Known Subinterfaces:
Principal, ProviderRequest
- All Known Implementing Classes:
AbacSupport.BasicAttributes, EndpointConfig, Grant, Role, SecurityEnvironment, Subject
public interface AbacSupport
A simple registry of keys to values for reading.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classImplementsAbacSupportinterface and supports adding attributes. -
Method Summary
Modifier and TypeMethodDescriptionabacAttribute(String key) Get the property (optional) value.A collection of all property names in this container.abacAttributeRaw(String key) Return the actual property value or null if not present.
-
Method Details
-
abacAttributeRaw
-
abacAttributeNames
Collection<String> abacAttributeNames()A collection of all property names in this container.- Returns:
- collection of keys
-
abacAttribute
-