SecureBlackbox 2020 Kotlin Edition

Questions / Feedback?

ParameterReceived Event

Passes a standard request parameter to the user code.

Syntax

public open class DefaultDcauthEventListener : DcauthEventListener {
  ...
  public override fun parameterReceived(e: DcauthParameterReceivedEvent) {}
  ...
}

public class DcauthParameterReceivedEvent {
  val name: String?
  val value: String?
}

Remarks

This event is fired when one of 'standard' protocol parameters has been found in the request: - SessionID - DataURL - GoURL - Token - PKCS11Libraries - AllowFileStorage - AllowTokenStorage - AllowWindowsStorage - AllowOSStorage Parameters are reported one-by-one upon being processed.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 Kotlin Edition - Version 20.0 [Build 8063]