Package 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.
-
Class Summary Class Description AuthorizationAttribute<T> Provides a convenience layer on top ofAuthorizationContext
to simplify access to particular attributes in the authorisation context.AuthorizationContext Context to use for authorization requests.AuthorizationResult Represents the result of the authorization of a request. -
Exception Summary Exception Description AuthorizationException Represents an exception whilst performing Authorization.