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

public class OnlineActivationParams extends ActivationParams
A OnlineActivationParams object provides parameters for the online activation process.
  • Constructor Details

    • OnlineActivationParams

      public OnlineActivationParams()
  • Method Details

    • getOrchestrationUser

      public OrchestrationUser getOrchestrationUser()
      Gets the configured user for performing the DSAPP activation.
      Returns:
      the configured user
    • setOrchestrationUser

      public void setOrchestrationUser(OrchestrationUser orchestrationUser)
      Sets the user to be used for performing the DSAPP activation.
      Parameters:
      orchestrationUser - the user
    • getActivationPassword

      public String getActivationPassword()
      Gets the configured activation password to be used during the DSAPP activation
      Returns:
      the currently configured activation password
    • setActivationPassword

      public void setActivationPassword(String activationPassword)
      Sets the activation password to be used during the DSAPP activation
      Parameters:
      activationPassword - the new activation password
    • setActivationCallback

      public void setActivationCallback(OnlineActivationCallback callback)
      Sets the OnlineActivationCallback to be notified about activation events.
      Parameters:
      callback - a OnlineActivationCallback object