public final class DeleteResourceRequest extends SCIMRequest
| Constructor and Description |
|---|
DeleteResourceRequest(URI baseURL,
String authenticatedUserID,
ResourceDescriptor resourceDescriptor,
String resourceID)
Create a new SCIM Delete Resource request from the provided information.
|
DeleteResourceRequest(URI baseURL,
String authenticatedUserID,
ResourceDescriptor resourceDescriptor,
String resourceID,
javax.servlet.http.HttpServletRequest httpServletRequest)
Create a new SCIM Delete Resource request from the provided information.
|
DeleteResourceRequest(URI baseURL,
String authenticatedUserID,
ResourceDescriptor resourceDescriptor,
String resourceID,
javax.servlet.http.HttpServletRequest httpServletRequest,
String ifMatchHeaderValue,
String ifNoneMatchHeaderValue)
Create a new SCIM Delete Resource request from the provided information.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getResourceID()
Get the requested resource ID.
|
checkPreconditions, checkPreconditions, evaluateIfMatch, evaluateIfNoneMatch, getAuthenticatedUserID, getBaseURL, getHttpServletRequest, getResourceDescriptorpublic DeleteResourceRequest(URI baseURL, String authenticatedUserID, ResourceDescriptor resourceDescriptor, String resourceID)
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.public DeleteResourceRequest(URI baseURL, String authenticatedUserID, ResourceDescriptor resourceDescriptor, String resourceID, 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.httpServletRequest - The HTTP servlet request associated with this
request or null if this request is not
initiated by a servlet.public DeleteResourceRequest(URI baseURL, String authenticatedUserID, ResourceDescriptor resourceDescriptor, String resourceID, 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.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()
Copyright © 2011–2016 UnboundID. All rights reserved.