Uses of Class
org.forgerock.authz.filter.api.AuthorizationContext
-
Packages that use AuthorizationContext 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. -
-
Uses of AuthorizationContext in org.forgerock.authz.filter.api
Methods in org.forgerock.authz.filter.api that return AuthorizationContext Modifier and Type Method Description AuthorizationContext
AuthorizationContext. setAttribute(String key, Object value)
Sets an attribute in the shared context.Methods in org.forgerock.authz.filter.api with parameters of type AuthorizationContext Modifier and Type Method 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.
-