public class XMLQueryResource extends AbstractSCIMResource
| Constructor and Description |
|---|
XMLQueryResource(SCIMApplication application,
OAuthTokenHandler tokenHandler)
Create a new SCIM wink resource for XML query operations on a
SCIM endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
doXmlGet(String endpoint,
javax.servlet.http.HttpServletRequest request,
javax.ws.rs.core.SecurityContext securityContext,
javax.ws.rs.core.HttpHeaders headers,
javax.ws.rs.core.UriInfo uriInfo,
String filterString,
String baseID,
String searchScope,
String sortBy,
String sortOrder,
String pageStartIndex,
String pageSize)
Implement the GET operation producing XML format.
|
getUserssetResponseEntitypublic XMLQueryResource(SCIMApplication application, OAuthTokenHandler tokenHandler)
application - The SCIM JAX-RS application associated with this
resource.tokenHandler - The token handler to use for OAuth
authentication.public javax.ws.rs.core.Response doXmlGet(String endpoint, @Context javax.servlet.http.HttpServletRequest request, @Context javax.ws.rs.core.SecurityContext securityContext, @Context javax.ws.rs.core.HttpHeaders headers, @Context javax.ws.rs.core.UriInfo uriInfo, String filterString, String baseID, String searchScope, String sortBy, String sortOrder, String pageStartIndex, String pageSize)
endpoint - The resource endpoint.request - The current HTTP servlet request.securityContext - The security context of the current request.headers - The request headers.uriInfo - The URI info for the request.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-2013 UnboundID. All Rights Reserved.