SecureBlackbox 2020 Kotlin Edition

Questions / Feedback?

Request Event

Fires when a request is received from the client.

Syntax

public open class DefaultKmipserverEventListener : KmipserverEventListener {
  ...
  public override fun request(e: KmipserverRequestEvent) {}
  ...
}

public class KmipserverRequestEvent {
  val connectionId: Long
  val operation: String?
  val username: String?
  var reject: Boolean
}

Remarks

The Operation parameter specifies the operation to perform, and Username the originator of the request. Use the Reject parameter to reject the request.

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