com.unboundid.scim.sdk
Class ResourceReturningRequest

java.lang.Object
  extended by com.unboundid.scim.sdk.SCIMRequest
      extended by 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.


Constructor Summary
ResourceReturningRequest(URI baseURL, String authenticatedUserID, ResourceDescriptor resourceDescriptor, SCIMQueryAttributes attributes)
          Create a new SCIM request from the provided information.
 
Method Summary
 SCIMQueryAttributes getAttributes()
          Get the set of requested attributes.
 
Methods inherited from class com.unboundid.scim.sdk.SCIMRequest
getAuthenticatedUserID, getBaseURL, getResourceDescriptor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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.
Method Detail

getAttributes

public SCIMQueryAttributes getAttributes()
Get the set of requested attributes.

Returns:
The set of requested attributes.


Copyright © 2011-2012 UnboundID. All Rights Reserved.