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).
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
LdapGroupTester.Group
public LdapGroupTester.Group(String name,
                             String description,
                             int members)
getName
public String getName()
 
getDescription
public String getDescription()
 
getMembers
public int getMembers()
 
Copyright © 2003-2007 Jive Software.