Package | Description |
---|---|
org.forgerock.authz.filter.crest | |
org.forgerock.caf.authn.test.configuration | |
org.forgerock.json.resource |
Modifier and Type | Method and Description |
---|---|
static FilterChain |
AuthorizationFilters.createAuthorizationFilter(SingletonResourceProvider target,
CrestAuthorizationModule... modules)
Returns a new
FilterChain which will perform authorization for each request before allowing access to the
provided singleton resource provider. |
static FilterChain |
AuthorizationFilters.createAuthorizationFilter(SingletonResourceProvider target,
List<CrestAuthorizationModule> modules)
Returns a new
FilterChain which will perform authorization for each request before allowing access to the
provided singleton resource provider. |
Modifier and Type | Class and Description |
---|---|
class |
AuditResource
CREST resource responsible for exposing the audit records created by the JASPI runtime.
|
class |
ConfigurationResource
CREST resource responsible for exposing the module configuration of the JASPI runtime.
|
Modifier and Type | Method and Description |
---|---|
RouteMatcher<Request> |
Router.addRoute(Router.UriTemplate uriTemplate,
SingletonResourceProvider provider)
Adds a new route to this router for the provided singleton resource
provider.
|
RouteMatcher<Request> |
Router.addRoute(Version version,
SingletonResourceProvider provider)
Adds a new route to this router for the provided singleton resource
provider.
|
Copyright © 2025 Open Identity Platform Community. All rights reserved.