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 classLDAPGroupAllRootThis 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 ....classLDAPGroupSubTreeThis 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).classLDAPGroupUniqueDescriptorThis 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 AbstractLDAPGroupLDAPDriver. groupTranslatorMethods in org.silverpeas.core.admin.domain.driver.ldapdriver that return AbstractLDAPGroup Modifier and Type Method Description AbstractLDAPGroupLDAPSettings. newLDAPGroup()
-