Uses of Interface
org.forgerock.json.resource.ActionResponse
-
Packages that use ActionResponse Package Description org.forgerock.audit Package contains the AuditService.org.forgerock.audit.events.handlers This package contains the defaultAuditEventHandlers
.org.forgerock.audit.handlers.csv This package contains the default AuditEventHandler implementations.org.forgerock.audit.handlers.json This package contains the JSON-fileAuditEventHandler
implementation.org.forgerock.json.resource Classes and interfaces for core types including connections, request handlers, resources, and their exceptions.org.forgerock.openig.audit Service Provider interface for registering audit events.org.forgerock.openig.http Integrates with the ForgeRock HTTP Framework.org.forgerock.openig.tools Common tools used in policy service.org.forgerock.openig.ui.record Defines a storage service to be used by the UI to persist its component model. -
-
Uses of ActionResponse in org.forgerock.audit
Methods in org.forgerock.audit that return types with arguments of type ActionResponse Modifier and Type Method Description Promise<ActionResponse,ResourceException>
AuditService. handleAction(Context context, ActionRequest request)
Audit service may support actions on the service itself or on handlers.Promise<ActionResponse,ResourceException>
AuditServiceProxy. handleAction(Context context, ActionRequest request)
-
Uses of ActionResponse in org.forgerock.audit.events.handlers
Methods in org.forgerock.audit.events.handlers that return types with arguments of type ActionResponse Modifier and Type Method Description Promise<ActionResponse,ResourceException>
AuditEventHandler. handleAction(Context context, String topic, ActionRequest request)
Performs an action.Promise<ActionResponse,ResourceException>
AuditEventHandlerBase. handleAction(Context context, String topic, ActionRequest request)
-
Uses of ActionResponse in org.forgerock.audit.handlers.csv
Methods in org.forgerock.audit.handlers.csv that return types with arguments of type ActionResponse Modifier and Type Method Description Promise<ActionResponse,ResourceException>
CsvAuditEventHandler. handleAction(Context context, String topic, ActionRequest request)
-
Uses of ActionResponse in org.forgerock.audit.handlers.json
Methods in org.forgerock.audit.handlers.json that return types with arguments of type ActionResponse Modifier and Type Method Description Promise<ActionResponse,ResourceException>
JsonAuditEventHandler. handleAction(Context context, String topic, ActionRequest request)
-
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.openig.audit
Methods in org.forgerock.openig.audit that return types with arguments of type ActionResponse Modifier and Type Method Description Promise<ActionResponse,ResourceException>
NoOpAuditService. handleAction(Context context, ActionRequest actionRequest)
-
Uses of ActionResponse in org.forgerock.openig.http
Methods in org.forgerock.openig.http that return types with arguments of type ActionResponse Modifier and Type Method Description Promise<ActionResponse,ResourceException>
ServerInfoSingletonProvider. actionInstance(Context context, ActionRequest request)
-
Uses of ActionResponse in org.forgerock.openig.tools
Methods in org.forgerock.openig.tools that return types with arguments of type ActionResponse Modifier and Type Method Description Promise<ActionResponse,ResourceException>
CachePolicyDecisionFilter. filterAction(Context context, ActionRequest actionRequest, RequestHandler next)
Promise<ActionResponse,ResourceException>
ExecutorFilter. filterAction(Context context, ActionRequest request, RequestHandler next)
Promise<ActionResponse,ResourceException>
NotSupportedFilter. filterAction(Context context, ActionRequest actionRequest, RequestHandler requestHandler)
-
Uses of ActionResponse in org.forgerock.openig.ui.record
Methods in org.forgerock.openig.ui.record that return types with arguments of type ActionResponse Modifier and Type Method Description Promise<ActionResponse,ResourceException>
RecordProvider. actionCollection(Context context, ActionRequest request)
Promise<ActionResponse,ResourceException>
RecordProvider. actionInstance(Context context, String resourceId, ActionRequest request)
-