This section walks you through the following topics for fetching the OATH tokens that are uploaded for an organization:
The FetchOATHTokensRequestMessage is used to fetch the OATH tokens from the AuthMinder database.The following table lists the elements of this request message.
|
Element |
Mandatory |
Description |
|
|---|---|---|---|
|
Common Elements |
|||
|
clientTxId |
No |
The unique transaction identifier that the calling application can include. This identifier helps in tracking the related transactions. |
|
|
additionalInput/pairs |
No |
AuthMinder’s additionalInput element enables you to set additional inputs if you want to augment AuthMinder’s authentication capability by specifying additional information. In such cases, you need to set the extra information in name-value pairs.
Some of the pre-defined additional input parameters include:
|
|
|
Organization Detail (orgDetails) Elements |
|||
|
fetchGlobal |
No |
Indicates whether you want to fetch the OATH tokens that are assigned at the global level. Following are the supported values:
|
|
|
Or |
|||
|
orgList |
No |
Indicates the name of the organization for which you want to upload the OATH tokens. |
|
|
Token Elements |
|||
|
tokenID |
No |
The unique identifier of the OATH token. |
|
|
batchID |
No |
The identifier that denotes the batch in which the OATH token is manufactured. |
|
|
Search Filter (tokenStatus) Elements |
|||
|
tokenStatusFilter/free |
No |
The filter to fetch the tokens that are free and not yet assigned to the users. |
|
|
tokenStatusFilter/assigned |
No |
The filter to fetch the tokens that are assigned to the users. |
|
|
tokenStatusFilter/abandoned |
No |
The filter to fetch the tokens that are no longer used. |
|
|
tokenStatusFilter/failed |
No |
The filter that is used to fetch the tokens that failed during upload. Token upload might fail in the following cases:
|
|
To fetch the OATH tokens assigned for users of an organization:
This type provides the additional information that is set as a name-value pair.
This operation returns an instance of the FetchOATHTokensResponseMessage that includes the credential and transaction details.
For successful transactions, the response message, FetchOATHTokenResponse returns the elements explained in the following table and the token information that is uploaded. These elements are included in the SOAP body. If there are any errors, then the Fault response is included in the SOAP body. See appendix, "Error Codes" for more information on the SOAP error messages.
|
Element |
Description |
|---|---|
|
message |
A string that defines the status of the operation. |
|
reasonCode |
Unique code that is sent by AuthMinder Server if the operation fails. |
|
responseCode |
Unique code that is sent by AuthMinder Server if the operation fails. |
|
transactionID |
Unique identifier of the transaction. |
|
additionalOutput |
The output for the additionalInput that was passed to AuthMinder Server. |
|
batchID |
The unique identifier that helps to identify the batch of the uploaded token. |
|
Copyright © 2014 CA Technologies.
All rights reserved.
|
|