Package org.apache.james.userrepository

Class Summary
AbstractJdbcUsersRepository An abstract base class for creating UserRepository implementations which use a database for persistence.
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 ? 2002-2009 The Apache Software Foundation. All Rights Reserved.