Uses of Interface
org.forgerock.json.resource.CreateRequest
-
Packages that use CreateRequest Package Description org.forgerock.audit Package contains the AuditService.org.forgerock.json.resource Classes and interfaces for core types including connections, request handlers, resources, and their exceptions.org.forgerock.opendj.rest2ldap APIs for implementing REST to LDAP gateways. -
-
Uses of CreateRequest in org.forgerock.audit
Methods in org.forgerock.audit with parameters of type CreateRequest Modifier and Type Method Description Promise<ResourceResponse,ResourceException>
AuditService. handleCreate(org.forgerock.services.context.Context context, CreateRequest request)
Propagates the audit event to theAuditEventHandler
objects that have been registered for the audit event topic.Promise<ResourceResponse,ResourceException>
AuditServiceProxy. handleCreate(org.forgerock.services.context.Context context, CreateRequest request)
-
Uses of CreateRequest in org.forgerock.json.resource
Methods in org.forgerock.json.resource that return CreateRequest Modifier and Type Method Description CreateRequest
CreateRequest. addField(String... fields)
CreateRequest
CreateRequest. addField(JsonPointer... fields)
static CreateRequest
Requests. copyOfCreateRequest(CreateRequest request)
Returns a copy of the provided create request.static CreateRequest
Requests. newCreateRequest(String resourceContainer, String newResourceId, JsonValue content)
Returns a new create request with the provided resource path, new resource ID, and JSON content.static CreateRequest
Requests. newCreateRequest(String resourceContainer, JsonValue content)
Returns a new create request with the provided resource path, and JSON content.static CreateRequest
Requests. newCreateRequest(ResourcePath resourceContainer, String newResourceId, JsonValue content)
Returns a new create request with the provided resource path, new resource ID, and JSON content.static CreateRequest
Requests. newCreateRequest(ResourcePath resourceContainer, JsonValue content)
Returns a new create request with the provided resource path, and JSON content.CreateRequest
CreateRequest. setAdditionalParameter(String name, String value)
CreateRequest
CreateRequest. setContent(JsonValue content)
Sets the content of the JSON resource to be created.CreateRequest
CreateRequest. setNewResourceId(String id)
Sets the client provided ID of the resource to be created.CreateRequest
CreateRequest. setPreferredLocales(PreferredLocales preferredLocales)
CreateRequest
CreateRequest. setResourcePath(String path)
Sets the path of the JSON resource container beneath which the new resource should be created.CreateRequest
CreateRequest. setResourcePath(ResourcePath path)
CreateRequest
CreateRequest. setResourceVersion(org.forgerock.http.routing.Version resourceVersion)
Methods in org.forgerock.json.resource with parameters of type CreateRequest Modifier and Type Method Description static CreateRequest
Requests. copyOfCreateRequest(CreateRequest request)
Returns a copy of the provided create request.ResourceResponse
AbstractAsynchronousConnection. create(org.forgerock.services.context.Context context, CreateRequest request)
ResourceResponse
AbstractConnectionWrapper. create(org.forgerock.services.context.Context context, CreateRequest request)
Adds a new JSON resource.ResourceResponse
Connection. create(org.forgerock.services.context.Context context, CreateRequest request)
Adds a new JSON resource.Promise<ResourceResponse,ResourceException>
AbstractConnectionWrapper. createAsync(org.forgerock.services.context.Context context, CreateRequest request)
Asynchronously adds a new JSON resource.Promise<ResourceResponse,ResourceException>
Connection. createAsync(org.forgerock.services.context.Context context, CreateRequest request)
Asynchronously adds a new JSON resource.default Promise<ResourceResponse,ResourceException>
CollectionResourceProvider. createInstance(org.forgerock.services.context.Context context, CreateRequest request)
Adds
a new resource instance to the collection.Promise<ResourceResponse,ResourceException>
MemoryBackend. createInstance(org.forgerock.services.context.Context context, CreateRequest request)
Adds
a new resource instance to the collection.Promise<ResourceResponse,ResourceException>
Filter. filterCreate(org.forgerock.services.context.Context context, CreateRequest request, RequestHandler next)
Filters a create request.Promise<ResourceResponse,ResourceException>
ResourceApiVersionRoutingFilter. filterCreate(org.forgerock.services.context.Context context, CreateRequest request, RequestHandler next)
Promise<ResourceResponse,ResourceException>
ResourceApiVersionSpecificationFilter. filterCreate(org.forgerock.services.context.Context context, CreateRequest request, RequestHandler next)
Promise<ResourceResponse,ResourceException>
FilterChain. handleCreate(org.forgerock.services.context.Context context, CreateRequest request)
default Promise<ResourceResponse,ResourceException>
RequestHandler. handleCreate(org.forgerock.services.context.Context context, CreateRequest request)
Adds a new JSON resource, returning aPromise
that will be completed when the resource has been added.Promise<ResourceResponse,ResourceException>
Router. handleCreate(org.forgerock.services.context.Context context, CreateRequest request)
ResourceResponse
SynchronousRequestHandler. handleCreate(org.forgerock.services.context.Context context, CreateRequest request)
Adds a new JSON resource.static UpdateRequest
Requests. newUpdateRequest(CreateRequest createRequest)
Returns a new update request built based on the provided create request.R
RequestVisitor. visitCreateRequest(P p, CreateRequest request)
Visits a create request. -
Uses of CreateRequest in org.forgerock.opendj.rest2ldap
Methods in org.forgerock.opendj.rest2ldap with parameters of type CreateRequest Modifier and Type Method Description Promise<ResourceResponse,ResourceException>
DescribableRequestHandler. handleCreate(org.forgerock.services.context.Context context, CreateRequest request)
-