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