Uses of Class
org.silverpeas.core.admin.domain.driver.ldapdriver.AbstractLDAPGroup
-
Packages that use AbstractLDAPGroup Package Description org.silverpeas.core.admin.domain.driver.ldapdriver -
-
Uses of AbstractLDAPGroup in org.silverpeas.core.admin.domain.driver.ldapdriver
Subclasses of AbstractLDAPGroup in org.silverpeas.core.admin.domain.driver.ldapdriver Modifier and Type Class Description 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 children Method used to retrieve users and groups that are direct children of a given group : GroupG (i.e. children 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).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 org.silverpeas.core.admin.domain.driver.ldapdriver declared as AbstractLDAPGroup Modifier and Type Field Description protected AbstractLDAPGroup
LDAPDriver. groupTranslator
Methods in org.silverpeas.core.admin.domain.driver.ldapdriver that return AbstractLDAPGroup Modifier and Type Method Description AbstractLDAPGroup
LDAPSettings. newLDAPGroup()
-