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

java.lang.Object
  extended by org.apache.directory.api.ldap.aci.UserClass
      extended by org.apache.directory.api.ldap.aci.UserClass.Name
Enclosing class:
UserClass

public static class UserClass.Name
extends UserClass

The user with the specified distinguished name.


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.Name(Set<org.apache.directory.api.ldap.model.name.Dn> usernames)
          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.Name

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

Parameters:
usernames - the set of user DNs.
Method Detail

toString

public String toString()



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