|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.unboundid.scim.sdk.SCIMRequest
public abstract class SCIMRequest
This class is the base class for all SCIM requests.
| Constructor Summary | |
|---|---|
SCIMRequest(URI baseURL,
String authenticatedUserID,
ResourceDescriptor resourceDescriptor)
Create a new SCIM request from the provided information. |
|
| Method Summary | |
|---|---|
String |
getAuthenticatedUserID()
Get the authenticated user ID. |
URI |
getBaseURL()
Retrieve the base URL for the SCIM service. |
ResourceDescriptor |
getResourceDescriptor()
Get ResourceDescriptor associated with this request. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SCIMRequest(URI baseURL,
String authenticatedUserID,
ResourceDescriptor resourceDescriptor)
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.| Method Detail |
|---|
public URI getBaseURL()
public String getAuthenticatedUserID()
null if the request is
not authenticated.public ResourceDescriptor getResourceDescriptor()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||