public class GetResourcesRequest extends ResourceReturningRequest
| Constructor and Description |
|---|
GetResourcesRequest(URI baseURL,
String authenticatedUserID,
ResourceDescriptor resourceDescriptor,
SCIMFilter filter,
String baseID,
String searchScope,
SortParameters sortParameters,
PageParameters pageParameters,
SCIMQueryAttributes attributes)
Create a new SCIM Get Resource request from the provided information.
|
GetResourcesRequest(URI baseURL,
String authenticatedUserID,
ResourceDescriptor resourceDescriptor,
SCIMFilter filter,
String baseID,
String searchScope,
SortParameters sortParameters,
PageParameters pageParameters,
SCIMQueryAttributes attributes,
javax.servlet.http.HttpServletRequest httpServletRequest)
Create a new SCIM Get Resource request from the provided information.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getBaseID()
Retrieve the base-id parameter of the request.
|
SCIMFilter |
getFilter()
Retrieve the filter parameters of the request.
|
PageParameters |
getPageParameters()
Retrieve the pagination parameters of the request.
|
String |
getSearchScope()
Retrieve the scope parameter of the request.
|
SortParameters |
getSortParameters()
Retrieve the sorting parameters of the request.
|
getAttributescheckPreconditions, checkPreconditions, evaluateIfMatch, evaluateIfNoneMatch, getAuthenticatedUserID, getBaseURL, getHttpServletRequest, getResourceDescriptorpublic GetResourcesRequest(URI baseURL, String authenticatedUserID, ResourceDescriptor resourceDescriptor, SCIMFilter filter, String baseID, String searchScope, SortParameters sortParameters, PageParameters pageParameters, 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.filter - The filter parameters of the request.baseID - The SCIM resource ID of the search base entry,
or null.searchScope - The LDAP search scope to use, or null
if the default (whole-subtree) should be used.sortParameters - The sorting parameters of the request.pageParameters - The pagination parameters of the request.attributes - The set of requested attributes.public GetResourcesRequest(URI baseURL, String authenticatedUserID, ResourceDescriptor resourceDescriptor, SCIMFilter filter, String baseID, String searchScope, SortParameters sortParameters, PageParameters pageParameters, 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.filter - The filter parameters of the request.baseID - The SCIM resource ID of the search base entry,
or null.searchScope - The LDAP search scope to use, or null
if the default (whole-subtree) should be used.sortParameters - The sorting parameters of the request.pageParameters - The pagination parameters of the 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 SCIMFilter getFilter()
public String getBaseID()
public String getSearchScope()
public SortParameters getSortParameters()
public PageParameters getPageParameters()
Copyright © 2011–2016 UnboundID. All rights reserved.