Uses of Interface
org.apache.james.api.user.UsersRepository

Packages that use UsersRepository
org.apache.james   
org.apache.james.api.user   
org.apache.james.core Implementations of core James services and concepts. 
org.apache.james.fetchmail   
org.apache.james.imapserver   
org.apache.james.impl.jamesuser   
org.apache.james.impl.user Implementations of user repositories for use in James. 
org.apache.james.jcr   
org.apache.james.mailboxmanager.torque   
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.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   
 

Uses of UsersRepository in org.apache.james
 

Methods in org.apache.james with parameters of type UsersRepository
 void James.setLocalusers(UsersRepository localusers)
          Set the UsersRepository to use
 

Uses of UsersRepository in org.apache.james.api.user
 

Methods in org.apache.james.api.user 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.core
 

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

Constructors in org.apache.james.imapserver with parameters of type UsersRepository
DefaultImapFactory(FileSystem fileSystem, UsersRepository users, org.apache.avalon.framework.logger.Logger logger)
           
 

Uses of UsersRepository in org.apache.james.impl.jamesuser
 

Subinterfaces of UsersRepository in org.apache.james.impl.jamesuser
 interface JamesUsersRepository
           
 

Classes in org.apache.james.impl.jamesuser that implement UsersRepository
 class AbstractUsersRepository
          A partial implementation of a Repository to store users.
 class LocalJamesUsersRepository
          This is a wrapper that provide access to the "LocalUsers" repository but expect to find a JamesUsersRepository and return an object implementing this extended interface
 

Uses of UsersRepository in org.apache.james.impl.user
 

Classes in org.apache.james.impl.user that implement UsersRepository
 class LocalUsersRepository
          Provide access to the default "LocalUsers" UsersRepository.
 

Fields in org.apache.james.impl.user declared as UsersRepository
protected  UsersRepository LocalUsersRepository.users
           
 

Methods in org.apache.james.impl.user with parameters of type UsersRepository
 void UserManagement.setLocalUsers(UsersRepository localUsers)
           
 

Uses of UsersRepository in org.apache.james.jcr
 

Classes in org.apache.james.jcr that implement UsersRepository
 class JCRUsersRepository
           
 

Uses of UsersRepository in org.apache.james.mailboxmanager.torque
 

Constructors in org.apache.james.mailboxmanager.torque with parameters of type UsersRepository
DefaultUserManager(UserMetaDataRespository repository, UsersRepository usersRepository)
           
 

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.
 

Methods in org.apache.james.nntpserver with parameters of type UsersRepository
 void NNTPServer.setUserRepository(UsersRepository userRepository)
          Set the UserRepository
 

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.
 

Methods in org.apache.james.pop3server with parameters of type UsersRepository
 void POP3Server.setUsers(UsersRepository users)
           
 

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.
 

Methods in org.apache.james.remotemanager with parameters of type UsersRepository
 void RemoteManager.setUsers(UsersRepository users)
          Set the UsersRepository
 

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