IPWorks Auth 2020 Android Edition

Questions / Feedback?

GroupList Event

Fired for each group entry returned.

Syntax

public class DefaultLdapEventListener implements LdapEventListener {
  ...
  public void groupList(LdapGroupListEvent e) {}
  ...
}

public class LdapGroupListEvent {
  public String name;
  public String description;
  public String dn;
}

Remarks

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

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Auth 2020 Android Edition - Version 20.0 [Build 8155]