SecureBlackbox 2020 Kotlin Edition

Questions / Feedback?

DestroyAction Event

Fires when an object destruction request is received.

Syntax

public open class DefaultKmipserverEventListener : KmipserverEventListener {
  ...
  public override fun destroyAction(e: KmipserverDestroyActionEvent) {}
  ...
}

public class KmipserverDestroyActionEvent {
  val connectionId: Long
  val uniqueIdentifier: String?
  val objectType: Int
  val objectState: Int
  var remove: Boolean
}

Remarks

The component fires this event when it receives a request from the client to destroy and existing object. Set Remove to true to proceed with the destruction, or to false to reject the request.

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