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.
|
Modifier and Type | Method and Description |
---|---|
Promise<ResourceResponse,ResourceException> |
AuditServiceProxy.handleCreate(org.forgerock.services.context.Context context,
CreateRequest request) |
Promise<ResourceResponse,ResourceException> |
AuditService.handleCreate(org.forgerock.services.context.Context context,
CreateRequest request)
Propagates the audit event to the
AuditEventHandler objects that have been registered
for the audit event topic. |
Modifier and Type | Method and Description |
---|---|
CreateRequest |
CreateRequest.addField(JsonPointer... fields) |
CreateRequest |
CreateRequest.addField(String... fields) |
static CreateRequest |
Requests.copyOfCreateRequest(CreateRequest request)
Returns a copy of the provided create request.
|
static CreateRequest |
Requests.newCreateRequest(ResourcePath 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(String resourceContainer,
JsonValue content)
Returns a new create request with the provided resource path, and JSON
content.
|
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.
|
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(ResourcePath path) |
CreateRequest |
CreateRequest.setResourcePath(String path)
Sets the path of the JSON resource container beneath which the new resource should be created.
|
CreateRequest |
CreateRequest.setResourceVersion(org.forgerock.http.routing.Version resourceVersion) |
Modifier and Type | Method and Description |
---|---|
static CreateRequest |
Requests.copyOfCreateRequest(CreateRequest request)
Returns a copy of the provided create request.
|
ResourceResponse |
Connection.create(org.forgerock.services.context.Context context,
CreateRequest request)
Adds a new JSON resource.
|
ResourceResponse |
AbstractConnectionWrapper.create(org.forgerock.services.context.Context context,
CreateRequest request)
Adds a new JSON resource.
|
ResourceResponse |
AbstractAsynchronousConnection.create(org.forgerock.services.context.Context context,
CreateRequest request) |
Promise<ResourceResponse,ResourceException> |
Connection.createAsync(org.forgerock.services.context.Context context,
CreateRequest request)
Asynchronously 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> |
MemoryBackend.createInstance(org.forgerock.services.context.Context context,
CreateRequest request)
Adds a new resource instance to the collection. |
Promise<ResourceResponse,ResourceException> |
CollectionResourceProvider.createInstance(org.forgerock.services.context.Context context,
CreateRequest request)
Adds a new resource instance to the collection. |
Promise<ResourceResponse,ResourceException> |
ResourceApiVersionRoutingFilter.filterCreate(org.forgerock.services.context.Context context,
CreateRequest request,
RequestHandler next) |
Promise<ResourceResponse,ResourceException> |
Filter.filterCreate(org.forgerock.services.context.Context context,
CreateRequest request,
RequestHandler next)
Filters a create request.
|
ResourceResponse |
SynchronousRequestHandler.handleCreate(org.forgerock.services.context.Context context,
CreateRequest request)
Adds a new JSON resource.
|
Promise<ResourceResponse,ResourceException> |
Router.handleCreate(org.forgerock.services.context.Context context,
CreateRequest request) |
Promise<ResourceResponse,ResourceException> |
RequestHandler.handleCreate(org.forgerock.services.context.Context context,
CreateRequest request)
Adds a new JSON resource, returning a
Promise that will be
completed when the resource has been added. |
Promise<ResourceResponse,ResourceException> |
FilterChain.handleCreate(org.forgerock.services.context.Context context,
CreateRequest request) |
Promise<ResourceResponse,ResourceException> |
AbstractRequestHandler.handleCreate(org.forgerock.services.context.Context context,
CreateRequest request)
Adds a new JSON resource, returning a
Promise that will be
completed when the resource has been added. |
R |
RequestVisitor.visitCreateRequest(P p,
CreateRequest request)
Visits a create request.
|
Modifier and Type | Method and Description |
---|---|
Promise<ResourceResponse,ResourceException> |
AbstractRequestHandler.handleCreate(org.forgerock.services.context.Context context,
CreateRequest request) |
Copyright 2010-2017 ForgeRock AS.