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

Packages that use UsersStore
org.apache.james.core Implementations of core James services and concepts. 
org.apache.james.impl.user Implementations of user repositories for use in James. 
org.apache.james.remotemanager Provides classes implementing simple remote management facilities for James 
 

Uses of UsersStore in org.apache.james.core
 

Classes in org.apache.james.core that implement UsersStore
 class AvalonUsersStore
          Provides a registry of user repositories.
 

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

Methods in org.apache.james.impl.user with parameters of type UsersStore
 void LocalUsersRepository.setUsersStore(UsersStore usersStore)
           
 void UserManagement.setUsersStore(UsersStore usersStore)
           
 

Uses of UsersStore in org.apache.james.remotemanager
 

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

Methods in org.apache.james.remotemanager with parameters of type UsersStore
 void RemoteManager.setUsersStore(UsersStore usersStore)
          Set the UserStore
 



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