IPWorks Auth 2020 Kotlin Edition

Questions / Feedback?

ExtendedResponse Event

Fired for LDAP V3 Extended Responses.

Syntax

public open class DefaultLdapEventListener : LdapEventListener {
  ...
  public override fun extendedResponse(e: LdapExtendedResponseEvent) {}
  ...
}

public class LdapExtendedResponseEvent {
  val messageId: Int
  val dn: String?
  val resultCode: Int
  val resultDescription: String?
  val responseName: String?
  val responseValue: ByteArray?
}

Remarks

The first four parameters are the same as the parameters of the Result event. ResponseName and ResponseValue are related to the corresponding parameters of the call to ExtendedRequest.

Copyright (c) 2021 /n software inc. - All rights reserved.
IPWorks Auth 2020 Kotlin Edition - Version 20.0 [Build 7941]