|
Class Summary |
| AuthAndModifyingJdbcUsers |
Use a jdbc driver for getting the list of users, modifying them and also
authenticate them. |
| AuthenticatingJdbcUsers |
Use a jdbc driver for getting the list of users and also authenticating them.
|
| AuthenticatingLdapUsers |
Use an ldap directory for getting the list of users and also authenticating
them. |
| JdbcUsers |
Use a jdbc driver for getting the list of users. |
| LdapAuthMethodEnumerator |
Enumerates authentication methods for connection to an ldap server. |
| LdapUsers |
Use a ldap server for getting the list of users. |
| ModifyingJdbcUsers |
Use a jdbc driver for getting the list of users and also modifying them. |
| ScopeEnumerator |
Enumerates scope for searching in an ldap server. |
| UsersHelper |
This utility class provides helpers to drive users modifications |