Package | Description |
---|---|
org.forgerock.authz.filter.crest |
This package defines the authorization framework implementation classes for use in a CREST environment.
|
org.forgerock.authz.filter.crest.api |
This package defines the authorization API interfaces 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.openam.rest.resource |
This package contains classes for the handling of REST request to CREST Resource endpoints with the concept of realms
in OpenAM built in.
|
org.forgerock.openam.sts |
Base package for classes shared between the SOAP and REST STS.
|
org.forgerock.openam.uma.extensions |
Extension points for integrating with UMA functionality.
|
org.forgerock.selfservice.core |
This package contains the core implementation for the anonymous process service.
|
org.forgerock.selfservice.core.snapshot |
This package contains the implementation for creating and management of snapshots.
|
org.forgerock.selfservice.core.util |
This package contains core utility methods and classes.
|
org.forgerock.selfservice.stages.captcha |
This package contains captcha stage implementation.
|
org.forgerock.selfservice.stages.email |
This package contains a common email stage implementation.
|
org.forgerock.selfservice.stages.kba |
This package contains a common user kba stage implementation.
|
org.forgerock.selfservice.stages.parameters |
This package contains a parameter passing stage implementation.
|
org.forgerock.selfservice.stages.registration |
This package contains a common user registration stage implementation.
|
org.forgerock.selfservice.stages.reset |
This package contains a common reset password stage implementation.
|
org.forgerock.selfservice.stages.user |
This package contains a common user related stage implementation.
|
Class and Description |
---|
CollectionResourceProvider
An implementation interface for resource providers which exposes a collection
of resource instances.
|
FilterChain
A chain of filters terminated by a target request handler.
|
RequestHandler
Represents the contract with a set of resources.
|
SingletonResourceProvider
An implementation interface for resource providers which exposes a single
permanent resource instance.
|
Class and Description |
---|
ActionRequest
An implementation specific action, or operation, upon a JSON resource.
|
CreateRequest
A request to create a new JSON resource.
|
DeleteRequest
A request to delete a JSON resource.
|
PatchRequest
A request to update a JSON resource by applying a set of changes to its existing content.
|
QueryRequest
A request to search for all JSON resources matching a user specified set of criteria.
|
ReadRequest
A request to read a single identified JSON resource.
|
ResourceException
An exception that is thrown during the processing of a JSON resource request.
|
UpdateRequest
A request to update a JSON resource by replacing its existing content with new content.
|
Class and Description |
---|
ActionRequest
An implementation specific action, or operation, upon a JSON resource.
|
ActionResponse
Response object for JSON responses.
|
AdviceWarning
WarningHeader implements RFC 2616 section 14.46 - Warning.
|
BadRequestException
An exception that is thrown during a operation on a resource when the
requested operation is malformed.
|
CollectionResourceProvider
An implementation interface for resource providers which exposes a collection
of resource instances.
|
Connection
A client connection to a JSON resource provider over which read and update
requests may be performed.
|
ConnectionFactory
A connection factory provides an interface for obtaining a connection to a
JSON resource provider.
|
CountPolicy
An enum of count policy types.
|
CreateRequest
A request to create a new JSON resource.
|
CrestApplication
Declare a CREST Application.
|
DeleteRequest
A request to delete a JSON resource.
|
Filter
An interface for implementing request handler filters.
|
FilterChain
A chain of filters terminated by a target request handler.
|
FilterCondition
A condition which controls whether or not a filter will be invoked or not.
|
PatchOperation
An individual patch operation which is to be performed against a field within
a resource.
|
PatchRequest
A request to update a JSON resource by applying a set of changes to its existing content.
|
QueryRequest
A request to search for all JSON resources matching a user specified set of criteria.
|
QueryResourceHandler
A completion handler for consuming the results of a query request.
|
QueryResponse
The final result of a query request returned after all resources matching the
request have been returned.
|
ReadRequest
A request to read a single identified JSON resource.
|
Request
Common attributes of all JSON resource requests.
|
RequestHandler
Represents the contract with a set of resources.
|
RequestType
An enumeration whose values represent the different types of request.
|
RequestVisitor
A visitor of
Request s, in the style of the visitor design pattern. |
ResourceException
An exception that is thrown during the processing of a JSON resource request.
|
ResourcePath
A relative path, or URL, to a resource.
|
ResourceResponse
A resource, comprising of a resource ID, a revision (etag), and its JSON
content.
|
Response
Common response object of all resource responses.
|
RetryableException
An exception that indicates that a failure may be temporary, and that
retrying the same request may be able to succeed in the future.
|
Router
A router which routes requests based on route predicates.
|
Router.UriTemplate
Represents a URI template string that will be used to match and route
incoming requests.
|
SingletonResourceProvider
An implementation interface for resource providers which exposes a single
permanent resource instance.
|
SortKey
A sort key which can be used to specify the order in which JSON resources
should be included in the results of a query request.
|
SortKeyComparator.NullPosition
Defines possible positions for JsonValue that wraps a
null object. |
SynchronousRequestHandler
An interface for implementing synchronous
RequestHandler s. |
UpdateRequest
A request to update a JSON resource by replacing its existing content with new content.
|
Class and Description |
---|
ActionRequest
An implementation specific action, or operation, upon a JSON resource.
|
ActionResponse
Response object for JSON responses.
|
CreateRequest
A request to create a new JSON resource.
|
DeleteRequest
A request to delete a JSON resource.
|
Filter
An interface for implementing request handler filters.
|
PatchRequest
A request to update a JSON resource by applying a set of changes to its existing content.
|
QueryRequest
A request to search for all JSON resources matching a user specified set of criteria.
|
QueryResourceHandler
A completion handler for consuming the results of a query request.
|
QueryResponse
The final result of a query request returned after all resources matching the
request have been returned.
|
ReadRequest
A request to read a single identified JSON resource.
|
RequestHandler
Represents the contract with a set of resources.
|
ResourceException
An exception that is thrown during the processing of a JSON resource request.
|
ResourceResponse
A resource, comprising of a resource ID, a revision (etag), and its JSON
content.
|
UpdateRequest
A request to update a JSON resource by replacing its existing content with new content.
|
Class and Description |
---|
ResourceException
An exception that is thrown during the processing of a JSON resource request.
|
Response
Common response object of all resource responses.
|
Class and Description |
---|
ResourceException
An exception that is thrown during the processing of a JSON resource request.
|
Class and Description |
---|
ActionRequest
An implementation specific action, or operation, upon a JSON resource.
|
ActionResponse
Response object for JSON responses.
|
CollectionResourceProvider
An implementation interface for resource providers which exposes a collection
of resource instances.
|
ConnectionFactory
A connection factory provides an interface for obtaining a connection to a
JSON resource provider.
|
PatchRequest
A request to update a JSON resource by applying a set of changes to its existing content.
|
ReadRequest
A request to read a single identified JSON resource.
|
Request
Common attributes of all JSON resource requests.
|
RequestHandler
Represents the contract with a set of resources.
|
ResourceException
An exception that is thrown during the processing of a JSON resource request.
|
ResourcePath
A relative path, or URL, to a resource.
|
ResourceResponse
A resource, comprising of a resource ID, a revision (etag), and its JSON
content.
|
Class and Description |
---|
ResourceException
An exception that is thrown during the processing of a JSON resource request.
|
Class and Description |
---|
InternalServerErrorException
An exception that is thrown during an operation on a resource when the server
encountered an unexpected condition which prevented it from fulfilling the
request.
|
ResourceException
An exception that is thrown during the processing of a JSON resource request.
|
Class and Description |
---|
ResourceException
An exception that is thrown during the processing of a JSON resource request.
|
Class and Description |
---|
BadRequestException
An exception that is thrown during a operation on a resource when the
requested operation is malformed.
|
ConnectionFactory
A connection factory provides an interface for obtaining a connection to a
JSON resource provider.
|
ResourceException
An exception that is thrown during the processing of a JSON resource request.
|
Class and Description |
---|
BadRequestException
An exception that is thrown during a operation on a resource when the
requested operation is malformed.
|
ConnectionFactory
A connection factory provides an interface for obtaining a connection to a
JSON resource provider.
|
ResourceException
An exception that is thrown during the processing of a JSON resource request.
|
Class and Description |
---|
ResourceException
An exception that is thrown during the processing of a JSON resource request.
|
Class and Description |
---|
ConnectionFactory
A connection factory provides an interface for obtaining a connection to a
JSON resource provider.
|
ResourceException
An exception that is thrown during the processing of a JSON resource request.
|
Class and Description |
---|
ConnectionFactory
A connection factory provides an interface for obtaining a connection to a
JSON resource provider.
|
ResourceException
An exception that is thrown during the processing of a JSON resource request.
|
Class and Description |
---|
ConnectionFactory
A connection factory provides an interface for obtaining a connection to a
JSON resource provider.
|
ResourceException
An exception that is thrown during the processing of a JSON resource request.
|
Copyright © 2010-2018, ForgeRock All Rights Reserved.