HID APPROVE SDK
6.0
HID Approve SDK for Android
|
Action details received from server More...
Public Member Functions | |
ServerAction | getAction (char[] sessionPassword, Parameter[] params) throws AuthenticationException, RemoteException, UnsupportedDeviceException, PasswordExpiredException, LostCredentialsException, InternalException, TransactionExpiredException, ServerOperationFailedException, InvalidParameterException |
Container | getContainer () |
Key | getProtectionKey () |
String | getUniqueIdentifier () |
Action details received from server
ServerAction com.hidglobal.ia.service.transaction.ServerActionInfo.getAction | ( | char [] | sessionPassword, |
Parameter [] | params | ||
) | throws AuthenticationException, RemoteException, UnsupportedDeviceException, PasswordExpiredException, LostCredentialsException, InternalException, TransactionExpiredException, ServerOperationFailedException, InvalidParameterException |
Extracts the action data associated with this action info.
sessionPassword | 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. |
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. |
Container com.hidglobal.ia.service.transaction.ServerActionInfo.getContainer | ( | ) |
Retrieves the container associated with requested action.
Key com.hidglobal.ia.service.transaction.ServerActionInfo.getProtectionKey | ( | ) |
Retrieves the protection key associated with that action.
String com.hidglobal.ia.service.transaction.ServerActionInfo.getUniqueIdentifier | ( | ) |
Retrieves the action unique identifier.