SecureBlackbox 2020 Java Edition

Questions / Feedback?

Request Event

Fires when a request is received from the client.

Syntax

public class DefaultKmipserverEventListener implements KmipserverEventListener {
  ...
  public void request(KmipserverRequestEvent e) {}
  ...
}

public class KmipserverRequestEvent {
  public long connectionId;
  public String operation;
  public String username;
  public boolean reject;
}

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 Java Edition - Version 20.0 [Build 8156]