| org.apache.james.core.AvalonUsersStore
AvalonUsersStore | public class AvalonUsersStore extends AbstractLogEnabled implements Contextualizable,Serviceable,Configurable,Initializable,UsersStore(Code) | | Provides a registry of user repositories.
|
configuration | protected Configuration configuration(Code) | | The Avalon configuration used by the instance
|
context | protected Context context(Code) | | The Avalon context used by the instance
|
manager | protected ServiceManager manager(Code) | | The Avalon component manager used by the instance
|
configure | public void configure(Configuration configuration) throws ConfigurationException(Code) | | See Also: org.apache.avalon.framework.configuration.Configurable.configure(Configuration) |
contextualize | public void contextualize(Context context) throws ContextException(Code) | | See Also: org.apache.avalon.framework.context.Contextualizable.contextualize(Context) |
getRepository | public 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 | public 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 |
initialize | public void initialize() throws Exception(Code) | | See Also: org.apache.avalon.framework.activity.Initializable.initialize |
service | public void service(ServiceManager manager) throws ServiceException(Code) | | See Also: org.apache.avalon.framework.service.Serviceable.compose(ServiceManager) |
|
|