com.unboundid.scim.sdk
Class GetResourceRequest
java.lang.Object
com.unboundid.scim.sdk.SCIMRequest
com.unboundid.scim.sdk.ResourceReturningRequest
com.unboundid.scim.sdk.GetResourceRequest
public final class GetResourceRequest
- extends ResourceReturningRequest
This class represents a SCIM Get Resource request to retrieve all or
selected attributes from a single resource.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GetResourceRequest
public GetResourceRequest(URI baseURL,
String authenticatedUserID,
ResourceDescriptor resourceDescriptor,
String resourceID,
SCIMQueryAttributes attributes)
- Create a new SCIM Get Resource 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.resourceID - The requested resource ID.attributes - The set of requested attributes.
getResourceID
public String getResourceID()
- Get the requested resource ID.
- Returns:
- The requested resource ID.
Copyright © 2011-2012 UnboundID. All Rights Reserved.