Package org.jivesoftware.admin
Class LdapGroupTester
java.lang.Object
org.jivesoftware.admin.LdapGroupTester
Class that assists during the testing of the ldap groups.
- Author:
- Gaston Dombiak
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Representation of a group found in LDAP. -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
LdapGroupTester
-
-
Method Details
-
getGroups
Returns fist N groups found in LDAP. The returned groups are only able to return their name, description and count of members. Count of members is considering all values that were found in the member field.- Parameters:
maxGroups
- max number of groups to return.- Returns:
- fist N groups found in the LDAP.
-