public final class GetResourceRequest extends ResourceReturningRequest
| Constructor and Description |
|---|
GetResourceRequest(URI baseURL,
String authenticatedUserID,
ResourceDescriptor resourceDescriptor,
String resourceID,
SCIMQueryAttributes attributes)
Create a new SCIM Get Resource request from the provided information.
|
GetResourceRequest(URI baseURL,
String authenticatedUserID,
ResourceDescriptor resourceDescriptor,
String resourceID,
SCIMQueryAttributes attributes,
javax.servlet.http.HttpServletRequest httpServletRequest)
Create a new SCIM Get Resource request from the provided information.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
evaluateIfNoneMatch(javax.ws.rs.core.EntityTag eTag,
String headerValue)
Evaluate If-None-Match header against the provided eTag.
|
String |
getResourceID()
Get the requested resource ID.
|
getAttributescheckPreconditions, checkPreconditions, evaluateIfMatch, getAuthenticatedUserID, getBaseURL, getHttpServletRequest, getResourceDescriptorpublic GetResourceRequest(URI baseURL, String authenticatedUserID, ResourceDescriptor resourceDescriptor, String resourceID, 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 requested resource ID.attributes - The set of requested attributes.public GetResourceRequest(URI baseURL, String authenticatedUserID, ResourceDescriptor resourceDescriptor, String resourceID, 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 requested resource ID.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 String getResourceID()
protected void evaluateIfNoneMatch(javax.ws.rs.core.EntityTag eTag, String headerValue) throws SCIMException
evaluateIfNoneMatch in class SCIMRequesteTag - The current eTag.headerValue - The If-None-Match header value.SCIMException - If a match was found or parsing error occurs.Copyright © 2011–2016 UnboundID. All rights reserved.