com.unboundid.scim.sdk
Class ResourceReturningRequest
java.lang.Object
com.unboundid.scim.sdk.SCIMRequest
com.unboundid.scim.sdk.ResourceReturningRequest
- Direct Known Subclasses:
- GetResourceRequest, GetResourcesRequest, PostResourceRequest, PutResourceRequest
public class ResourceReturningRequest
- extends SCIMRequest
This class is the base class for SCIM requests that return resources in the
response.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResourceReturningRequest
public ResourceReturningRequest(URI baseURL,
String authenticatedUserID,
ResourceDescriptor resourceDescriptor,
SCIMQueryAttributes attributes)
- Create a new SCIM request from the provided information.
- Parameters:
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.
getAttributes
public SCIMQueryAttributes getAttributes()
- Get the set of requested attributes.
- Returns:
- The set of requested attributes.
Copyright © 2011-2012 UnboundID. All Rights Reserved.