Class JdbcUserDirectory

All Implemented Interfaces:
ModifiableUserDirectory, UserDirectory, Cacheable, Model, ModelItemAccessor, ModelItemContainer, LogEnabled, 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.