Class JdbcUserDirectory

java.lang.Object
org.ametys.runtime.plugin.component.AbstractLogEnabled
org.ametys.plugins.core.impl.user.directory.JdbcUserDirectory
All Implemented Interfaces:
ModifiableUserDirectory, UserDirectory, Cacheable, Model, ModelItemAccessor, ModelItemContainer, LogEnabled, PluginAware, Disposable, Component, Contextualizable, Serviceable

Use a jdbc driver for getting the list of users, modifying them and also authenticate them.
Passwords need to be encrypted with MD5 and encoded in base64.