Package org.apache.james.userrepository

Class Summary
AbstractJdbcUsersRepository An abstract base class for creating UserRepository implementation which use a database for persistence.
AbstractUsersRepository A partial implementation of a Repository to store users.
DefaultJamesUser Implementation of User Interface.
DefaultUser Implementation of User Interface.
DefaultUsersJdbcRepository A Jdbc-backed UserRepository which handles User instances of the DefaultUser class.
JamesUsersJdbcRepository A Jdbc-backed UserRepository which handles User instances of the DefaultJamesUser class, or any superclass.
ListUsersJdbcRepository A very lightweight UserRepository, which persists a list of user names in a database.
UsersFileRepository Implementation of a Repository to store users on the File System.
UsersLDAPRepository Implementation of a Repository to store users.
 



Copyright © 2001 Apache Jakarta Project. All Rights Reserved.