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

Packages that use UsersRepository
org.apache.james.core   
org.apache.james.nntpserver   
org.apache.james.services   
org.apache.james.userrepository   
 

Uses of UsersRepository in org.apache.james.core
 

Methods in org.apache.james.core that return UsersRepository
 UsersRepository AvalonUsersStore.getRepository(java.lang.String request)
           
 

Uses of UsersRepository in org.apache.james.nntpserver
 

Fields in org.apache.james.nntpserver declared as UsersRepository
protected  UsersRepository AuthServiceImpl.repo
           
 

Uses of UsersRepository in org.apache.james.services
 

Methods in org.apache.james.services that return UsersRepository
 UsersRepository UsersStore.getRepository(java.lang.String name)
           
 

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."