HID APPROVE SDK
5.9
HID Approve SDK for Android
|
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 () |
Transaction details.
Container com.hidglobal.ia.service.transaction.TransactionInfo.getContainer | ( | ) |
Deprecated. Retrieves the container associated with that transaction.
Transaction com.hidglobal.ia.service.transaction.TransactionInfo.getTransaction | ( | char [] | sessionPassword, |
Parameter [] | params | ||
) | throws AuthenticationException, RemoteException, UnsupportedDeviceException, PasswordExpiredException, LostCredentialsException, InternalException, TransactionContainerInvalidException, TransactionExpiredException, ServerOperationFailedException, InvalidParameterException |
Deprecated. Retrieves a transaction associated with that transaction info.
sessionPassword | transaction protection key password (can be null if not required by the policy) |
params | Reserved for future use. |
AuthenticationException | if password is incorrect. |
RemoteException | if server responds with any other error. |
UnsupportedDeviceException | if device is not supported by policy. |
PasswordExpiredException | if expired password is given (changePassword required). |
LostCredentialsException | if provisioning key data has been corrupted or lost. |
InternalException | if an unexpected error occurred. |
TransactionContainerInvalidException | if the transaction id refers to a container that does not exist. |
TransactionExpiredException | if transaction has expired. |
ServerOperationFailedException | if the server encounters a failure for the operation requested. |
InvalidParameterException | if the given parameters are invalid or required parameters are missing. |
Key com.hidglobal.ia.service.transaction.TransactionInfo.getTransactionProtectionKey | ( | ) |
Deprecated. Retrieves the transaction protection key associated with that transaction.
String com.hidglobal.ia.service.transaction.TransactionInfo.getUniqueIdentifier | ( | ) |
Deprecated. Retrieves the transaction unique identifier.