Package | Description |
---|---|
org.forgerock.authz.filter.api |
This package defines the common authorization API interfaces and classes used by both the CREST API and CHF HTTP
API.
|
Modifier and Type | Method and Description |
---|---|
AuthorizationContext |
AuthorizationContext.setAttribute(String key,
Object value)
Sets an attribute in the shared context.
|
Modifier and Type | Method and Description |
---|---|
T |
AuthorizationAttribute.get(AuthorizationContext context)
Gets this attribute from the given authorization context.
|
void |
AuthorizationAttribute.set(AuthorizationContext context,
T value)
Sets this attribute in the given authorization context to the given value.
|
Copyright © 2010-2018, ForgeRock All Rights Reserved.