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).
  • Constructor Details

    • Group

      public Group(String name, String description, int members)
  • Method Details

    • getName

      public String getName()
    • getDescription

      public String getDescription()
    • getMembers

      public int getMembers()