Package | Description |
---|---|
com.unboundid.scim.data | |
com.unboundid.scim.sdk |
Modifier and Type | Method and Description |
---|---|
PageParameters |
QueryRequest.getPageParameters()
Get the paging parameters for this query request.
|
Modifier and Type | Method and Description |
---|---|
void |
StreamedQueryRequest.setPageParameters(PageParameters pageParameters)
A full paging specification is not supported by StreamedQuery.
|
void |
QueryRequest.setPageParameters(PageParameters pageParameters)
Set the paging parameters for this query request.
|
Modifier and Type | Method and Description |
---|---|
PageParameters |
GetResourcesRequest.getPageParameters()
Retrieve the pagination parameters of the request.
|
Modifier and Type | Method and Description |
---|---|
Resources<R> |
SCIMEndpoint.query(String filter,
SortParameters sortParameters,
PageParameters pageParameters,
Map<String,String> additionalQueryParams,
String... requestedAttributes)
Retrieves all resource instances that match the provided filter.
|
Resources<R> |
SCIMEndpoint.query(String filter,
SortParameters sortParameters,
PageParameters pageParameters,
String... requestedAttributes)
Retrieves all resource instances that match the provided filter.
|
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.
|
GetStreamedResourcesRequest(URI baseURL,
String authenticatedUserID,
ResourceDescriptor resourceDescriptor,
SCIMFilter filter,
String baseID,
String searchScope,
SortParameters sortParameters,
PageParameters pageParameters,
SCIMQueryAttributes attributes,
String resumeToken)
Create a new SCIM Get Resource request from the provided information.
|
Copyright © 2011-2015 UnboundID. All Rights Reserved.