Package org.apache.james.userrepository

Implementations of user repositories for use in James.

See:
          Description

Class Summary
AbstractJdbcUsersRepository An abstract base class for creating UserRepository implementations 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.
 

Package org.apache.james.userrepository Description

Implementations of user repositories for use in James.



Copyright © 2002-2007 The Apache Software Foundation. All Rights Reserved.