IPWorks Auth 2020 Kotlin Edition

Questions / Feedback?

GroupList Event

Fired for each group entry returned.

Syntax

public open class DefaultLdapEventListener : LdapEventListener {
  ...
  public override fun groupList(e: LdapGroupListEvent) {}
  ...
}

public class LdapGroupListEvent {
  val name: String?
  val description: String?
  val dn: String?
}

Remarks

This event is fired once for each group entry returned when either of the ListGroups or ListUserGroups methods are called.

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