| java.lang.Object es.udl.asic.user.OpenLdapDirectoryProvider
OpenLdapDirectoryProvider | public class OpenLdapDirectoryProvider implements UserDirectoryProvider(Code) | |
An implementation of a Sakai UserDirectoryProvider that authenticates/retrieves users from an OpenLDAP directory.
author: ASIC - Udl |
authenticateWithProviderFirst | public boolean authenticateWithProviderFirst(String id)(Code) | | |
createUserRecord | public boolean createUserRecord(String id)(Code) | | |
destroy | public void destroy()(Code) | | |
destroyAuthentication | public void destroyAuthentication()(Code) | | |
getBasePath | public String getBasePath()(Code) | | Returns the basePath. |
getLdapHost | public String getLdapHost()(Code) | | Returns the ldapHost. |
getLdapPort | public int getLdapPort()(Code) | | Returns the ldapPort. |
getUsers | public void getUsers(Collection users)(Code) | | Access a collection of UserEdit objects; if the user is found, update the information, otherwise remove the UserEdit object from the collection.
Parameters: users - The UserEdit objects (with id set) to fill in or remove. |
setBasePath | public void setBasePath(String basePath)(Code) | | Parameters: basePath - The basePath to set. |
setLdapHost | public void setLdapHost(String ldapHost)(Code) | | Parameters: ldapHost - The ldapHost to set. |
setLdapPort | public void setLdapPort(int ldapPort)(Code) | | Parameters: ldapPort - The ldapPort to set. |
updateUserAfterAuthentication | public boolean updateUserAfterAuthentication()(Code) | | |
|
|