| 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 | Method and Description |
|---|---|
RequestStatus.Reason |
RequestStatus.getReason()
Gets the reason for an unsuccessful response from the remote resource.
|
static RequestStatus.Reason |
RequestStatus.Reason.getReason(int reasonOrd)
Map an integer ordinal value to it's corresponding enum value
(should only be used for mapping external int reason codes, ie ITDI,
to corresponding enum value)
|
static RequestStatus.Reason |
RequestStatus.Reason.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RequestStatus.Reason[] |
RequestStatus.Reason.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.setReason(RequestStatus.Reason reason)
Sets the reason for an unsuccessful response from the remote resource.
|
| Constructor and Description |
|---|
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.
|
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.