Wildfire 3.2.4 Javadoc

org.jivesoftware.admin
Class LdapGroupTester.Group

java.lang.Object
  extended by 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).


Constructor Summary
LdapGroupTester.Group(String name, String description, int members)
           
 
Method Summary
 String getDescription()
           
 int getMembers()
           
 String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LdapGroupTester.Group

public LdapGroupTester.Group(String name,
                             String description,
                             int members)
Method Detail

getName

public String getName()

getDescription

public String getDescription()

getMembers

public int getMembers()

Wildfire 3.2.4 Javadoc

Copyright © 2003-2007 Jive Software.