Uses of Class
com.stratelia.silverpeas.domains.ldapdriver.AbstractLDAPGroup

Packages that use AbstractLDAPGroup
com.stratelia.silverpeas.domains.ldapdriver   
 

Uses of AbstractLDAPGroup in com.stratelia.silverpeas.domains.ldapdriver
 

Subclasses of AbstractLDAPGroup in com.stratelia.silverpeas.domains.ldapdriver
 class LDAPGroupAllRoot
          This class manage groups that are described as follows : The group object contains an attribute that point to each users and sub-groups DN Example (with the attribute 'member') : member cn=user1,ou=people,o=stratelia member cn=user2,ou=people,o=stratelia ....
 class LDAPGroupSubTree
          This class manage groups that are described as follows : The group object are root to their childs Method used to retreive users and groups that are direct childs of a given group : GroupG (i.e. childs that have no groups between group node to their node) : 1) Search all child groups of GroupG 2) Sort the result by DN 3) Remove from the search all the groups that are not directly under GroupG (i.e. there is another group between) => Those groups are the direct childs of GroupG (result of "getChildGroupsEntryByLDAPEntry" call) 4) Performs a search of the users that have for baseDN GroupG's DN and that have NOT : (DN substring of any direct child groups' DN)
 class LDAPGroupUniqueDescriptor
          This class manage groups that are described as follows : The group object contains an attribute that point to each users and sub-groups DN Example (with the attribute 'member') : member cn=user1,ou=people,o=stratelia member cn=user2,ou=people,o=stratelia ....
 

Fields in com.stratelia.silverpeas.domains.ldapdriver declared as AbstractLDAPGroup
protected  AbstractLDAPGroup LDAPDriver.groupTranslator
           
 

Methods in com.stratelia.silverpeas.domains.ldapdriver that return AbstractLDAPGroup
 AbstractLDAPGroup LDAPSettings.newLDAPGroup()
           
 



Copyright © 2016 Silverpeas. All Rights Reserved.