public final class PutResourceRequest extends ResourceReturningRequest
| Constructor and Description |
|---|
PutResourceRequest(URI baseURL,
String authenticatedUserID,
ResourceDescriptor resourceDescriptor,
String resourceID,
SCIMObject resourceObject,
SCIMQueryAttributes attributes)
Create a new SCIM Put Resource request from the provided information.
|
PutResourceRequest(URI baseURL,
String authenticatedUserID,
ResourceDescriptor resourceDescriptor,
String resourceID,
SCIMObject resourceObject,
SCIMQueryAttributes attributes,
javax.servlet.http.HttpServletRequest httpServletRequest)
Create a new SCIM Put Resource request from the provided information.
|
PutResourceRequest(URI baseURL,
String authenticatedUserID,
ResourceDescriptor resourceDescriptor,
String resourceID,
SCIMObject resourceObject,
SCIMQueryAttributes attributes,
javax.servlet.http.HttpServletRequest httpServletRequest,
String ifMatchHeaderValue,
String ifNoneMatchHeaderValue)
Create a new SCIM Put Resource request from the provided information.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getResourceID()
Get the target resource ID.
|
SCIMObject |
getResourceObject()
Get the contents of the resource to be created.
|
getAttributescheckPreconditions, checkPreconditions, evaluateIfMatch, evaluateIfNoneMatch, getAuthenticatedUserID, getBaseURL, getHttpServletRequest, getResourceDescriptorpublic PutResourceRequest(URI baseURL, String authenticatedUserID, ResourceDescriptor resourceDescriptor, String resourceID, 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.resourceID - The target resource ID.resourceObject - The new contents of the resource.attributes - The set of requested attributes.public PutResourceRequest(URI baseURL, String authenticatedUserID, ResourceDescriptor resourceDescriptor, String resourceID, 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.resourceID - The target resource ID.resourceObject - The new contents of the resource.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 PutResourceRequest(URI baseURL, String authenticatedUserID, ResourceDescriptor resourceDescriptor, String resourceID, SCIMObject resourceObject, SCIMQueryAttributes attributes, javax.servlet.http.HttpServletRequest httpServletRequest, String ifMatchHeaderValue, String ifNoneMatchHeaderValue)
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.resourceID - The target resource ID.resourceObject - The new contents of the resource.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.ifMatchHeaderValue - The If-Match header value.ifNoneMatchHeaderValue - The If-None-Match header value.public String getResourceID()
public SCIMObject getResourceObject()
Copyright © 2011–2016 UnboundID. All rights reserved.