Class LocalTransactionParams
java.lang.Object
com.vasco.orchestration.client.flows.CryptoApplicationIndexParams
com.vasco.orchestration.client.flows.local_transaction.LocalTransactionParams
public class LocalTransactionParams
extends com.vasco.orchestration.client.flows.CryptoApplicationIndexParams
Parameters for performing a local transaction.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the configured user for performing a local transaction.void
setDataFields
(List<String> dataFields) void
setLocalTransactionCallback
(LocalTransactionCallback localTransactionCallback) void
setOrchestrationUser
(OrchestrationUser orchestrationUser) Sets the user to be used for performing a local transaction.void
setProtectionType
(ProtectionType protectionType) Methods inherited from class com.vasco.orchestration.client.flows.CryptoApplicationIndexParams
getCryptoApplicationIndex, setCryptoAppIndex, setCryptoApplicationIndex
-
Constructor Details
-
LocalTransactionParams
public LocalTransactionParams()
-
-
Method Details
-
getOrchestrationUser
Gets the configured user for performing a local transaction.- Returns:
- the configured user
-
setOrchestrationUser
Sets the user to be used for performing a local transaction.- Parameters:
orchestrationUser
- the user
-
getDataFields
- Returns:
- the data fields used to generate the signature.
-
setDataFields
- Parameters:
dataFields
- the data fields to use for generating the signature.
-
getProtectionType
- Returns:
- the protection type used to generate the one-time password.
-
setProtectionType
- Parameters:
protectionType
- the protection type used to generate the one-time password.
-
getLocalTransactionCallback
- Returns:
- the callback used to receive events related to local transaction.
-
setLocalTransactionCallback
- Parameters:
localTransactionCallback
- the callback used to receive events related to local transaction.
-