Class OnlineActivationParams
java.lang.Object
com.vasco.orchestration.client.flows.CryptoApplicationIndexParams
com.vasco.orchestration.client.flows.activation.ActivationParams
com.vasco.orchestration.client.flows.activation.online.OnlineActivationParams
A
OnlineActivationParams
object provides parameters for the online activation process.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the configured activation password to be used during the DSAPP activationGets the configured user for performing the DSAPP activation.void
Sets theOnlineActivationCallback
to be notified about activation events.void
setActivationPassword
(String activationPassword) Sets the activation password to be used during the DSAPP activationvoid
setOrchestrationUser
(OrchestrationUser orchestrationUser) Sets the user to be used for performing the DSAPP activation.Methods inherited from class com.vasco.orchestration.client.flows.activation.ActivationParams
getActivationCallback
Methods inherited from class com.vasco.orchestration.client.flows.CryptoApplicationIndexParams
getCryptoApplicationIndex, setCryptoAppIndex, setCryptoApplicationIndex
-
Constructor Details
-
OnlineActivationParams
public OnlineActivationParams()
-
-
Method Details
-
getOrchestrationUser
Gets the configured user for performing the DSAPP activation.- Returns:
- the configured user
-
setOrchestrationUser
Sets the user to be used for performing the DSAPP activation.- Parameters:
orchestrationUser
- the user
-
getActivationPassword
Gets the configured activation password to be used during the DSAPP activation- Returns:
- the currently configured activation password
-
setActivationPassword
Sets the activation password to be used during the DSAPP activation- Parameters:
activationPassword
- the new activation password
-
setActivationCallback
Sets theOnlineActivationCallback
to be notified about activation events.- Parameters:
callback
- aOnlineActivationCallback
object
-