Uses of Interface
org.forgerock.json.resource.ActionResponse
-
Packages that use ActionResponse Package Description org.forgerock.am.iot This package contains all classes pertaining to AM's IoT functionality.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.selfservice.core This package contains the core implementation for the anonymous process service. -
-
Uses of ActionResponse in org.forgerock.am.iot
Methods in org.forgerock.am.iot that return types with arguments of type ActionResponse Modifier and Type Method Description Promise<ActionResponse,ResourceException>
ThingsResource. actionInstance(Context context, String id, ActionRequest request)
Promise<ActionResponse,ResourceException>
ThingsAccessAuditFilter. filterAction(Context context, ActionRequest request, RequestHandler next)
Methods in org.forgerock.am.iot with parameters of type ActionResponse Modifier and Type Method Description JsonValue
ThingsAccessAuditFilter. getActionSuccessDetail(ActionRequest request, ActionResponse response)
-
Uses of ActionResponse in org.forgerock.json.resource
Methods in org.forgerock.json.resource that return ActionResponse Modifier and Type Method Description ActionResponse
AbstractAsynchronousConnection. action(Context context, ActionRequest request)
ActionResponse
AbstractConnectionWrapper. action(Context context, ActionRequest request)
Performs an action against a specific resource, or set of resources.ActionResponse
Connection. action(Context context, ActionRequest request)
Performs an action against a specific resource, or set of resources.ActionResponse
SynchronousRequestHandler. handleAction(Context context, ActionRequest request)
Handles performing an action on a resource, and optionally returns an associated result.static ActionResponse
Responses. newActionResponse(JsonValue json)
Returns a newJsonValue
response with the provided JSON content.Methods in org.forgerock.json.resource that return types with arguments of type ActionResponse Modifier and Type Method Description Promise<ActionResponse,ResourceException>
AbstractConnectionWrapper. actionAsync(Context context, ActionRequest request)
Asynchronously performs an action against a specific resource, or set of resources.Promise<ActionResponse,ResourceException>
Connection. actionAsync(Context context, ActionRequest request)
Asynchronously performs an action against a specific resource, or set of resources.default Promise<ActionResponse,ResourceException>
CollectionResourceProvider. actionCollection(Context context, ActionRequest request)
Performs the providedaction
against the resource collection.Promise<ActionResponse,ResourceException>
MemoryBackend. actionCollection(Context context, ActionRequest request)
Performs the providedaction
against the resource collection.default Promise<ActionResponse,ResourceException>
CollectionResourceProvider. actionInstance(Context context, String resourceId, ActionRequest request)
Performs the providedaction
against a resource within the collection.Promise<ActionResponse,ResourceException>
MemoryBackend. actionInstance(Context context, String id, ActionRequest request)
Performs the providedaction
against a resource within the collection.default Promise<ActionResponse,ResourceException>
SingletonResourceProvider. actionInstance(Context context, ActionRequest request)
Performs the providedaction
against the single resource instance.Promise<ActionResponse,ResourceException>
ActionResponse. asPromise()
Return this response as a result Promise.Promise<ActionResponse,ResourceException>
Filter. filterAction(Context context, ActionRequest request, RequestHandler next)
Filters an action request.Promise<ActionResponse,ResourceException>
ResourceApiVersionRoutingFilter. filterAction(Context context, ActionRequest request, RequestHandler next)
Promise<ActionResponse,ResourceException>
ResourceApiVersionSpecificationFilter. filterAction(Context context, ActionRequest request, RequestHandler next)
Promise<ActionResponse,ResourceException>
FilterChain. handleAction(Context context, ActionRequest request)
default Promise<ActionResponse,ResourceException>
RequestHandler. handleAction(Context context, ActionRequest request)
Handles performing an action on a resource, and optionally returns an associated result.Promise<ActionResponse,ResourceException>
Router. handleAction(Context context, ActionRequest request)
-
Uses of ActionResponse in org.forgerock.openam.rest.resource
Methods in org.forgerock.openam.rest.resource that return types with arguments of type ActionResponse Modifier and Type Method Description Promise<ActionResponse,ResourceException>
RestrictedTokenContextFilter. filterAction(Context context, ActionRequest request, RequestHandler next)
-
Uses of ActionResponse in org.forgerock.selfservice.core
Methods in org.forgerock.selfservice.core that return types with arguments of type ActionResponse Modifier and Type Method Description Promise<ActionResponse,ResourceException>
AnonymousProcessService. handleAction(Context context, ActionRequest request)
-