| org.apache.james.services.UsersStore
All known Subclasses: org.apache.james.core.AvalonUsersStore, org.apache.james.test.mock.james.MockUsersStore,
UsersStore | public interface UsersStore (Code) | | 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 |
ROLE | String ROLE(Code) | | The component role used by components implementing this service
|
getRepository | UsersRepository getRepository(String name)(Code) | | Get the repository, if any, whose name corresponds to
the argument parameter
Parameters: name - the name of the desired repository the UsersRepository corresponding to the name parameter |
getRepositoryNames | Iterator getRepositoryNames()(Code) | | Yield an Iterator over the set of repository
names managed internally by this store.
an Iterator over the set of repository namesfor this store |
|
|