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

java.lang.Object
  extended by org.apache.directory.api.ldap.aci.UserClass
      extended by org.apache.directory.api.ldap.aci.UserClass.UserGroup
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.


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

Constructor Detail

UserClass.UserGroup

public UserClass.UserGroup(Set<org.apache.directory.api.ldap.model.name.Dn> groupNames)
Creates a new instance.

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

toString

public String toString()



Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.