public class SmsAggregatingAgentsQueryHandler extends Object
Constructor and Description |
---|
SmsAggregatingAgentsQueryHandler(ServiceSchema schema,
Debug debug)
Create an instance of the SmsAggregatingAgentsQueryHandler
|
Modifier and Type | Method and Description |
---|---|
org.forgerock.util.promise.Promise<org.forgerock.json.resource.QueryResponse,org.forgerock.json.resource.ResourceException> |
handleQuery(org.forgerock.services.context.Context context,
org.forgerock.json.resource.QueryRequest request,
org.forgerock.json.resource.QueryResourceHandler handler)
Search and filters the agents to match the filtering criteria
|
public SmsAggregatingAgentsQueryHandler(ServiceSchema schema, Debug debug) throws SMSException
schema
- The Agents Service Schemadebug
- The debuggerSMSException
- Thrown if sub schema cannot be accessedpublic org.forgerock.util.promise.Promise<org.forgerock.json.resource.QueryResponse,org.forgerock.json.resource.ResourceException> handleQuery(org.forgerock.services.context.Context context, org.forgerock.json.resource.QueryRequest request, org.forgerock.json.resource.QueryResourceHandler handler) throws org.forgerock.json.resource.InternalServerErrorException
context
- The request contextrequest
- The query requesthandler
- The query resource handlerorg.forgerock.json.resource.InternalServerErrorException
- Thrown when query failsCopyright © 2010–2025 Open Identity Platform Community. All rights reserved.