Class ActivationParams
java.lang.Object
com.vasco.orchestration.client.flows.CryptoApplicationIndexParams
com.vasco.orchestration.client.flows.activation.ActivationParams
- Direct Known Subclasses:
OnlineActivationParams
public abstract class ActivationParams
extends com.vasco.orchestration.client.flows.CryptoApplicationIndexParams
An
ActivationParams
object provides parameters for an activation process.
Note:an instance of this class must be provided to the Orchestrator class whens
starting the activation process (using (Orchestrator.startActivation(ActivationParams)
).
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets theActivationCallback
that the should be used during activation.Methods inherited from class com.vasco.orchestration.client.flows.CryptoApplicationIndexParams
getCryptoApplicationIndex, setCryptoAppIndex, setCryptoApplicationIndex
-
Constructor Details
-
ActivationParams
public ActivationParams()
-
-
Method Details
-
getActivationCallback
Gets theActivationCallback
that the should be used during activation.- Returns:
- the current
ActivationCallback
-