org.apache.james.services
Interface UsersStore

All Superinterfaces:
org.apache.avalon.phoenix.Service
All Known Implementing Classes:
AvalonUsersStore

public interface UsersStore
extends org.apache.avalon.phoenix.Service

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
Author:
Federico Barbieri , Charles Benett

Field Summary
static java.lang.String ROLE
           
 
Method Summary
 UsersRepository getRepository(java.lang.String name)
           
 java.util.Iterator getRepositoryNames()
           
 

Field Detail

ROLE

public static final java.lang.String ROLE
Method Detail

getRepository

public UsersRepository getRepository(java.lang.String name)

getRepositoryNames

public java.util.Iterator getRepositoryNames()
Returns:
repository names that could be resolved by calling 'getRepository' method


"Copyright © 2001 Apache Jakarta Project. All Rights Reserved."