You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by Charles Benett <ch...@benett1.demon.co.uk> on 2001/03/17 20:03:50 UTC

User facility in James

Please note that there were some changes to the Users facilities when we
moved to Avalon 3 (which was a couple of months ago!)

There is now a separate UsersStore block (which I hope will one day
migrate to Avalon-cornerstone). This implements
org.apache.james.services.UsersStore which has one method (so far) 
UserRepository getRepository(String name). The idea here is that
UsersStore provides fully configured and initialized UserRepositories to
, e.g. RemoteManager and POP3Handler.

UsersStore is configured in the assembly.xml file. Each UserRepository
is individually configured, so, for example, you could use an RDBMS for
LocalUsers but filesystem for list-james (etc.)

Cheers,

Charles

---------------------------------------------------------------------
To unsubscribe, e-mail: james-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: james-dev-help@jakarta.apache.org