Class LocalAuthenticationParams
java.lang.Object
com.vasco.orchestration.client.flows.CryptoApplicationIndexParams
com.vasco.orchestration.client.flows.local_authentication.LocalAuthenticationParams
public class LocalAuthenticationParams
extends com.vasco.orchestration.client.flows.CryptoApplicationIndexParams
Parameters for performing a local authentication.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the configured user for performing a local authentication.void
setChallenge
(String challenge) void
setLocalAuthenticationCallback
(LocalAuthenticationCallback localAuthenticationCallback) void
setOrchestrationUser
(OrchestrationUser orchestrationUser) Sets the user to be used for performing a local authentication.void
setProtectionType
(ProtectionType protectionType) Methods inherited from class com.vasco.orchestration.client.flows.CryptoApplicationIndexParams
getCryptoApplicationIndex, setCryptoAppIndex, setCryptoApplicationIndex
-
Constructor Details
-
LocalAuthenticationParams
public LocalAuthenticationParams()
-
-
Method Details
-
getOrchestrationUser
Gets the configured user for performing a local authentication.- Returns:
- the configured user
-
setOrchestrationUser
Sets the user to be used for performing a local authentication.- Parameters:
orchestrationUser
- the user
-
getChallenge
- Returns:
- the challenge used when computing the one-time password.
-
setChallenge
- Parameters:
challenge
- A challenge to use when computing the one-time password.
-
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.
-
getLocalAuthenticationCallback
- Returns:
- the callback used to receive events related to local authentication.
-
setLocalAuthenticationCallback
- Parameters:
localAuthenticationCallback
- the callback used to receive events related to local authentication.
-