Package | Description |
---|---|
org.forgerock.authz.filter.crest |
This package defines the authorization framework implementation classes for use in a CREST environment.
|
org.forgerock.json.resource |
Classes and interfaces for core types including connections, request
handlers, resources, and their exceptions.
|
org.forgerock.selfservice.core |
This package contains the core implementation for the anonymous process service.
|
Modifier and Type | Method and Description |
---|---|
static FilterChain |
AuthorizationFilters.createAuthorizationFilter(CollectionResourceProvider target,
CrestAuthorizationModule... modules)
Returns a new
FilterChain which will perform authorization for each request before allowing access to the
provided collection resource provider. |
static FilterChain |
AuthorizationFilters.createAuthorizationFilter(CollectionResourceProvider target,
List<CrestAuthorizationModule> modules)
Returns a new
FilterChain which will perform authorization for each request before allowing access to the
provided collection resource provider. |
Modifier and Type | Class and Description |
---|---|
class |
MemoryBackend
A simple in-memory collection resource provider which uses a
Map to
store resources. |
Modifier and Type | Method and Description |
---|---|
RouteMatcher<Request> |
Router.addRoute(Router.UriTemplate uriTemplate,
CollectionResourceProvider provider)
Adds a new route to this router for the provided collection resource
provider.
|
RouteMatcher<Request> |
Router.addRoute(Version version,
CollectionResourceProvider provider)
Adds a new route to this router for the provided collection resource
provider.
|
Modifier and Type | Class and Description |
---|---|
class |
UserUpdateService
A RequestHandler that proxies user requests to update the user's KBA answers.
|
Copyright © 2010-2018, ForgeRock All Rights Reserved.