FileDocCategorySizeDatePackage
UsersStore.javaAPI DocApache James 2.3.12221Fri Jan 12 12:56:26 GMT 2007org.apache.james.services

UsersStore

public interface UsersStore
Interface for Phoenix blocks to access a store of Users. A UserStore contains one or more UserRepositories. Multiple UserRepositories may or may not have overlapping membership.
version
1.0.0, 24/04/1999

Fields Summary
String
ROLE
The component role used by components implementing this service
Constructors Summary
Methods Summary
public UsersRepositorygetRepository(java.lang.String name)
Get the repository, if any, whose name corresponds to the argument parameter

param
name the name of the desired repository
return
the UsersRepository corresponding to the name parameter

public java.util.IteratorgetRepositoryNames()
Yield an Iterator over the set of repository names managed internally by this store.

return
an Iterator over the set of repository names for this store