Uses of Class
org.apache.james.impl.jamesuser.AbstractUsersRepository

Packages that use AbstractUsersRepository
org.apache.james.userrepository   
 

Uses of AbstractUsersRepository in org.apache.james.userrepository
 

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



Copyright ? 2002-2009 The Apache Software Foundation. All Rights Reserved.