public final class PostResourceRequest extends ResourceReturningRequest
| Constructor and Description |
|---|
PostResourceRequest(URI baseURL,
String authenticatedUserID,
ResourceDescriptor resourceDescriptor,
SCIMObject resourceObject,
SCIMQueryAttributes attributes)
Create a new SCIM Post Resource request from the provided information.
|
PostResourceRequest(URI baseURL,
String authenticatedUserID,
ResourceDescriptor resourceDescriptor,
SCIMObject resourceObject,
SCIMQueryAttributes attributes,
javax.servlet.http.HttpServletRequest httpServletRequest)
Create a new SCIM Post Resource request from the provided information.
|
| Modifier and Type | Method and Description |
|---|---|
SCIMObject |
getResourceObject()
Get the contents of the resource to be created.
|
getAttributescheckPreconditions, checkPreconditions, evaluateIfMatch, evaluateIfNoneMatch, getAuthenticatedUserID, getBaseURL, getHttpServletRequest, getResourceDescriptorpublic PostResourceRequest(URI baseURL, String authenticatedUserID, ResourceDescriptor resourceDescriptor, SCIMObject resourceObject, SCIMQueryAttributes attributes)
baseURL - The base URL for the SCIM service.authenticatedUserID - The authenticated user name or null if
the request is not authenticated.resourceDescriptor - The ResourceDescriptor associated with this
request.resourceObject - The contents of the resource to be created.attributes - The set of requested attributes.public PostResourceRequest(URI baseURL, String authenticatedUserID, ResourceDescriptor resourceDescriptor, SCIMObject resourceObject, SCIMQueryAttributes attributes, javax.servlet.http.HttpServletRequest httpServletRequest)
baseURL - The base URL for the SCIM service.authenticatedUserID - The authenticated user name or null if
the request is not authenticated.resourceDescriptor - The ResourceDescriptor associated with this
request.resourceObject - The contents of the resource to be created.attributes - The set of requested attributes.httpServletRequest - The HTTP servlet request associated with this
request or null if this request is not
initiated by a servlet.public SCIMObject getResourceObject()
Copyright © 2011–2016 UnboundID. All rights reserved.