| Package | Description |
|---|---|
| org.forgerock.json.resource |
| Modifier and Type | Class and Description |
|---|---|
class |
IdentifierQueryResourceHandler
QueryResourceHandler that searches for a specific identifier value. |
| Modifier and Type | Method and Description |
|---|---|
org.forgerock.util.promise.Promise<QueryResponse,ResourceException> |
Filter.filterQuery(org.forgerock.services.context.Context context,
QueryRequest request,
QueryResourceHandler handler,
RequestHandler next)
Filters a query request.
|
org.forgerock.util.promise.Promise<QueryResponse,ResourceException> |
ResourceApiVersionRoutingFilter.filterQuery(org.forgerock.services.context.Context context,
QueryRequest request,
QueryResourceHandler handler,
RequestHandler next) |
org.forgerock.util.promise.Promise<QueryResponse,ResourceException> |
AbstractRequestHandler.handleQuery(org.forgerock.services.context.Context context,
QueryRequest request,
QueryResourceHandler handler)
Searches for all JSON resources matching a user specified set of
criteria, returning a
Promise that will be completed when the
search has completed. |
org.forgerock.util.promise.Promise<QueryResponse,ResourceException> |
FilterChain.handleQuery(org.forgerock.services.context.Context context,
QueryRequest request,
QueryResourceHandler handler) |
org.forgerock.util.promise.Promise<QueryResponse,ResourceException> |
RequestHandler.handleQuery(org.forgerock.services.context.Context context,
QueryRequest request,
QueryResourceHandler handler)
Searches for all JSON resources matching a user specified set of
criteria, returning a
Promise that will be completed when the
search has completed. |
org.forgerock.util.promise.Promise<QueryResponse,ResourceException> |
Router.handleQuery(org.forgerock.services.context.Context context,
QueryRequest request,
QueryResourceHandler handler) |
QueryResponse |
Connection.query(org.forgerock.services.context.Context context,
QueryRequest request,
QueryResourceHandler handler)
Searches for all JSON resources matching a user specified set of
criteria, and returns a
Promise that will be completed with the
results of the search. |
QueryResponse |
AbstractAsynchronousConnection.query(org.forgerock.services.context.Context context,
QueryRequest request,
QueryResourceHandler handler) |
QueryResponse |
AbstractConnectionWrapper.query(org.forgerock.services.context.Context context,
QueryRequest request,
QueryResourceHandler handler)
Searches for all JSON resources matching a user specified set of
criteria, and returns a
Promise that will be completed with the
results of the search. |
org.forgerock.util.promise.Promise<QueryResponse,ResourceException> |
Connection.queryAsync(org.forgerock.services.context.Context context,
QueryRequest request,
QueryResourceHandler handler)
Asynchronously searches for all JSON resources matching a user specified
set of criteria, and returns a
Promise that will be completed with the
results of the search. |
org.forgerock.util.promise.Promise<QueryResponse,ResourceException> |
AbstractConnectionWrapper.queryAsync(org.forgerock.services.context.Context context,
QueryRequest request,
QueryResourceHandler handler)
Asynchronously searches for all JSON resources matching a user specified
set of criteria, and returns a
Promise that will be completed with the
results of the search. |
org.forgerock.util.promise.Promise<QueryResponse,ResourceException> |
MemoryBackend.queryCollection(org.forgerock.services.context.Context context,
QueryRequest request,
QueryResourceHandler handler)
Searches the collection for all resources which match the query request
criteria. |
org.forgerock.util.promise.Promise<QueryResponse,ResourceException> |
CollectionResourceProvider.queryCollection(org.forgerock.services.context.Context context,
QueryRequest request,
QueryResourceHandler handler)
Searches the collection for all resources which match the query request
criteria. |
Copyright © 2021 Open Identity Platform Community. All rights reserved.