HID APPROVE SDK  5.9
HID Approve SDK for Android
com.hidglobal.ia.service.transaction.TransactionInfo Interface Reference

Public Member Functions

Container getContainer ()
 
Transaction getTransaction (char[] sessionPassword, Parameter[] params) throws AuthenticationException, RemoteException, UnsupportedDeviceException, PasswordExpiredException, LostCredentialsException, InternalException, TransactionContainerInvalidException, TransactionExpiredException, ServerOperationFailedException, InvalidParameterException
 
Key getTransactionProtectionKey ()
 
String getUniqueIdentifier ()
 

Detailed Description

Transaction details.

Deprecated:
Deprecated in SDK 5.7.1. Use ServerActionInfo

Member Function Documentation

◆ getContainer()

Container com.hidglobal.ia.service.transaction.TransactionInfo.getContainer ( )

Deprecated. Retrieves the container associated with that transaction.

Returns
the container.
Deprecated:
Deprecated in SDK 5.7.1. Use ServerActionInfo

◆ getTransaction()

Deprecated. Retrieves a transaction associated with that transaction info.

Parameters
sessionPasswordtransaction protection key password (can be null if not required by the policy)
paramsReserved for future use.
Returns
a Transaction instance containing transaction details.
Exceptions
AuthenticationExceptionif password is incorrect.
RemoteExceptionif server responds with any other error.
UnsupportedDeviceExceptionif device is not supported by policy.
PasswordExpiredExceptionif expired password is given (changePassword required).
LostCredentialsExceptionif provisioning key data has been corrupted or lost.
InternalExceptionif an unexpected error occurred.
TransactionContainerInvalidExceptionif the transaction id refers to a container that does not exist.
TransactionExpiredExceptionif transaction has expired.
ServerOperationFailedExceptionif the server encounters a failure for the operation requested.
InvalidParameterExceptionif the given parameters are invalid or required parameters are missing.
Deprecated:
Deprecated in SDK 5.7.1. Use ServerActionInfo

◆ getTransactionProtectionKey()

Key com.hidglobal.ia.service.transaction.TransactionInfo.getTransactionProtectionKey ( )

Deprecated. Retrieves the transaction protection key associated with that transaction.

Returns
The transaction protection session key.
Deprecated:
Deprecated in SDK 5.7.1. Use ServerActionInfo

◆ getUniqueIdentifier()

String com.hidglobal.ia.service.transaction.TransactionInfo.getUniqueIdentifier ( )

Deprecated. Retrieves the transaction unique identifier.

Returns
transaction challenge id.
Deprecated:
Deprecated in SDK 5.7.1. Use ServerActionInfo