AbstractLDAPGroup |
This class manage one particular group.
|
LdapConfiguration |
|
LDAPCredentialsEncryptionIterator |
An iterator on all the LDAP domains to encrypt or to renew encryption of the credentials used to
access the remote LDAP service.
|
LDAPDriver |
Domain driver for LDAP access.
|
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 ....
|
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).
|
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 ....
|
LDAPSettings |
This class read the property file and keep it's values accessible via the get functions
|
LDAPSynchroCache |
|
LDAPTasksInitialization |
Initializes all background tasks on the LDAP domains.
|
LDAPUser |
This class reads user infos from the LDAP DB and translate it into the UserDetail format
|
LDAPUtility |
This class contains some useful static functions to access to LDAP elements
|