| Package | Description |
|---|---|
| com.ibm.itim.remoteservices.provider |
Provides the interfaces and classes necessary to write a custom service provider
that remote services will use.
|
| Modifier and Type | Field and Description |
|---|---|
static RequestStatus.Status |
RequestStatus.PENDING |
static RequestStatus.Status |
RequestStatus.SUCCESSFUL |
static RequestStatus.Status |
RequestStatus.SUCCESSFUL_WARNING |
static RequestStatus.Status |
RequestStatus.UNSUCCESSFUL |
| Modifier and Type | Method and Description |
|---|---|
RequestStatus.Status |
AsynchronousResponse.getResultCode()
Returns the result code of the response.
|
RequestStatus.Status |
RequestStatus.getStatus()
Gets the status of the response from the remote resource
|
static RequestStatus.Status |
RequestStatus.Status.getStatus(int statusOrd)
Map an integer ordinal value to it's corresponding enum value
(should only be used for mapping external int status codes, ie ITDI,
to corresponding enum value)
|
static RequestStatus.Status |
RequestStatus.Status.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RequestStatus.Status[] |
RequestStatus.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RequestStatus.setStatus(RequestStatus.Status status)
Sets the status of the response from the remote resource
|
| Constructor and Description |
|---|
AsynchronousResponse(java.lang.String requestId,
RequestStatus.Status resultCode)
Constructs with a request id and a result code.
|
RequestStatus(RequestStatus.Status status)
Construct with a status code.
|
RequestStatus(RequestStatus.Status status,
RequestStatus.Reason reason,
java.lang.String reasonMessage)
Construct with a status code and a text message.
|
RequestStatus(RequestStatus.Status status,
RequestStatus.Reason reason,
java.lang.String reasonMessageId,
java.lang.Object[] tokens)
Construct with a status code, message key & tokens.
|
RequestStatus(RequestStatus.Status status,
java.lang.String reasonMessage)
Construct with a status code and a text message.
|
IBM Security Identity Manager 6.0.0
© Copyright International Business Machines Corporation 2007, 2012. All rights reserved. US Government Users Restricited Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.