org.apache.directory.api.ldap.aci
Class UserClass.UserGroup
java.lang.Object
org.apache.directory.api.ldap.aci.UserClass
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.
|
Constructor Summary |
UserClass.UserGroup(Set<org.apache.directory.api.ldap.model.name.Dn> groupNames)
Creates a new instance. |
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.
toString
public String toString()
-
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.