public abstract class AbstractSCIMResource extends AbstractStaticResource
| Constructor and Description |
|---|
AbstractSCIMResource(SCIMApplication application,
OAuthTokenHandler tokenHandler)
Create a new AbstractSCIMResource for CRUD operations.
|
| Modifier and Type | Method and Description |
|---|---|
protected javax.ws.rs.core.Response |
getUsers(RequestContext requestContext,
String endpoint,
String filterString,
String baseID,
String searchScope,
String sortBy,
String sortOrder,
String pageStartIndex,
String pageSize)
Process a GET operation.
|
setResponseEntitypublic AbstractSCIMResource(SCIMApplication application, OAuthTokenHandler tokenHandler)
application - The SCIM JAX-RS application associated with this
resource.tokenHandler - The token handler to use for OAuth
authentication.protected javax.ws.rs.core.Response getUsers(RequestContext requestContext, String endpoint, String filterString, String baseID, String searchScope, String sortBy, String sortOrder, String pageStartIndex, String pageSize)
requestContext - The request context.endpoint - The endpoint requested.filterString - The filter query parameter, or null.baseID - The SCIM resource ID of the search base entry,
or null.searchScope - The LDAP search scope to use, or null.sortBy - The sortBy query parameter, or null.sortOrder - The sortOrder query parameter, or null.pageStartIndex - The startIndex query parameter, or null.pageSize - The count query parameter, or null.Copyright © 2011–2016 UnboundID. All rights reserved.