org.apache.directory.shared.ldap.aci
Class UserClass.UserGroup

java.lang.Object
  extended by org.apache.directory.shared.ldap.aci.UserClass
      extended by org.apache.directory.shared.ldap.aci.UserClass.UserGroup
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
UserClass

public static class UserClass.UserGroup
extends UserClass

The set of users who are members of the groupOfUniqueNames entry, identified by the specified distinguished name. Members of a group of unique names are treated as individual object names, and not as the names of other groups of unique names.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.directory.shared.ldap.aci.UserClass
UserClass.AllUsers, UserClass.Name, UserClass.ParentOfEntry, UserClass.Subtree, UserClass.ThisEntry, UserClass.UserGroup
 
Field Summary
 
Fields inherited from class org.apache.directory.shared.ldap.aci.UserClass
ALL_USERS, PARENT_OF_ENTRY, THIS_ENTRY
 
Constructor Summary
UserClass.UserGroup(java.util.Set<DN> groupNames)
          Creates a new instance.
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UserClass.UserGroup

public UserClass.UserGroup(java.util.Set<DN> groupNames)
Creates a new instance.

Parameters:
groupNames - the set of group DNs.
Method Detail

toString

public java.lang.String toString()


Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.