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

Packages that use UsersRepository
org.apache.james.core Implementations of core James services and concepts. 
org.apache.james.fetchmail   
org.apache.james.nntpserver Provides classes implementing NNTP functionality. 
org.apache.james.pop3server Provides classes implementing POP3 functionality. 
org.apache.james.remotemanager Provides classes implementing simple remote management facilities for James 
org.apache.james.services A set of interfaces for commonly used, generic James concepts. 
org.apache.james.smtpserver Provides classes implementing SMTP functionality. 
org.apache.james.transport.mailets Core mailets for use with the Mailet API. 
org.apache.james.transport.mailets.listservcommands   
org.apache.james.userrepository Implementations of user repositories for use in James. 
 

Uses of UsersRepository in org.apache.james.core
 

Classes in org.apache.james.core that implement UsersRepository
 class LocalUsersRepository
           
 

Methods in org.apache.james.core that return UsersRepository
 UsersRepository AvalonUsersStore.getRepository(java.lang.String name)
          Get the repository, if any, whose name corresponds to the argument parameter
 

Uses of UsersRepository in org.apache.james.fetchmail
 

Methods in org.apache.james.fetchmail that return UsersRepository
protected  UsersRepository ProcessorAbstract.getLocalUsers()
          Returns the repository of local users.
protected  UsersRepository FetchMail.getLocalUsers()
          Returns the localUsers.
 

Methods in org.apache.james.fetchmail with parameters of type UsersRepository
protected  void FetchMail.setLocalUsers(UsersRepository localUsers)
          Sets the localUsers.
 

Uses of UsersRepository in org.apache.james.nntpserver
 

Methods in org.apache.james.nntpserver that return UsersRepository
 UsersRepository NNTPHandlerConfigurationData.getUsersRepository()
          Returns the UsersRepository for this service.
 

Uses of UsersRepository in org.apache.james.pop3server
 

Methods in org.apache.james.pop3server that return UsersRepository
 UsersRepository POP3HandlerConfigurationData.getUsersRepository()
          Returns the UsersRepository for this service.
 

Uses of UsersRepository in org.apache.james.remotemanager
 

Methods in org.apache.james.remotemanager that return UsersRepository
 UsersRepository RemoteManagerHandlerConfigurationData.getUsersRepository()
          Returns the UsersRepository for this service.
 

Uses of UsersRepository in org.apache.james.services
 

Methods in org.apache.james.services that return UsersRepository
 UsersRepository UsersStore.getRepository(java.lang.String name)
          Get the repository, if any, whose name corresponds to the argument parameter
 

Uses of UsersRepository in org.apache.james.smtpserver
 

Methods in org.apache.james.smtpserver that return UsersRepository
 UsersRepository SMTPHandlerConfigurationData.getUsersRepository()
          Returns the UsersRepository for this service.
 

Uses of UsersRepository in org.apache.james.transport.mailets
 

Fields in org.apache.james.transport.mailets declared as UsersRepository
protected  UsersRepository CommandListservProcessor.usersRepository
          The repository containing the users on this list specified by the config param: 'repositoryName'.
protected  UsersRepository CommandListservManager.usersRepository
           
 

Methods in org.apache.james.transport.mailets that return UsersRepository
 UsersRepository ICommandListservManager.getUsersRepository()
          Get the current user repository for this list serv
 UsersRepository CommandListservManager.getUsersRepository()
          Get the current user repository for this list serv
 

Uses of UsersRepository in org.apache.james.transport.mailets.listservcommands
 

Methods in org.apache.james.transport.mailets.listservcommands that return UsersRepository
protected  UsersRepository BaseCommand.getUsersRepository()
           
 

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 implementations 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 ? 2002-2009 The Apache Software Foundation. All Rights Reserved.