Package org.jivesoftware.admin
Class LdapGroupTester.Group
- java.lang.Object
-
- org.jivesoftware.admin.LdapGroupTester.Group
-
- Enclosing class:
- LdapGroupTester
public static class LdapGroupTester.Group extends Object
Representation of a group found in LDAP. This representatio is read-only and only provides some basic information: name, description and number of members in the group. Note that group members are not validated (i.e. checked that they are valid JIDs and that the JID belongs to an existing user).
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDescription()
int
getMembers()
String
getName()
-