public class ResourceReturningRequest extends SCIMRequest
| Constructor and Description |
|---|
ResourceReturningRequest(URI baseURL,
String authenticatedUserID,
ResourceDescriptor resourceDescriptor,
SCIMQueryAttributes attributes)
Create a new SCIM request from the provided information.
|
ResourceReturningRequest(URI baseURL,
String authenticatedUserID,
ResourceDescriptor resourceDescriptor,
SCIMQueryAttributes attributes,
javax.servlet.http.HttpServletRequest httpServletRequest)
Create a new SCIM request from the provided information.
|
ResourceReturningRequest(URI baseURL,
String authenticatedUserID,
ResourceDescriptor resourceDescriptor,
SCIMQueryAttributes attributes,
javax.servlet.http.HttpServletRequest httpServletRequest,
String ifMatchHeaderValue,
String ifNoneMatchHeaderValue)
Create a new SCIM request from the provided information.
|
| Modifier and Type | Method and Description |
|---|---|
SCIMQueryAttributes |
getAttributes()
Get the set of requested attributes.
|
checkPreconditions, checkPreconditions, evaluateIfMatch, evaluateIfNoneMatch, getAuthenticatedUserID, getBaseURL, getHttpServletRequest, getResourceDescriptorpublic ResourceReturningRequest(URI baseURL, String authenticatedUserID, ResourceDescriptor resourceDescriptor, 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.attributes - The set of requested attributes.public ResourceReturningRequest(URI baseURL, String authenticatedUserID, ResourceDescriptor resourceDescriptor, 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.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 ResourceReturningRequest(URI baseURL, String authenticatedUserID, ResourceDescriptor resourceDescriptor, 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.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 SCIMQueryAttributes getAttributes()
Copyright © 2011–2016 UnboundID. All rights reserved.