public class LdapGroupTester extends Object
Modifier and Type | Class and Description |
---|---|
static class |
LdapGroupTester.Group
Representation of a group found in LDAP.
|
Constructor and Description |
---|
LdapGroupTester(LdapManager manager) |
Modifier and Type | Method and Description |
---|---|
Collection<LdapGroupTester.Group> |
getGroups(int maxGroups)
Returns fist N groups found in LDAP.
|
public LdapGroupTester(LdapManager manager)
public Collection<LdapGroupTester.Group> getGroups(int maxGroups)
maxGroups
- max number of groups to return.Copyright © 2003–2020 Ignite Realtime. All rights reserved.