Uses of Interface
org.apache.james.services.UsersRepository

Packages that use UsersRepository
org.apache.james.userrepository   
 

Uses of UsersRepository in org.apache.james.userrepository
 

Classes in org.apache.james.userrepository that implement UsersRepository
 class AbstractJdbcUsersRepository
          An abstract base class for creating UserRepository implementation which use a database for persistence.
 class AbstractUsersRepository
          A partial implementation of a Repository to store users.
 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 © 2001 Apache Jakarta Project. All Rights Reserved."