|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.
Field Summary | |
---|---|
static java.lang.String |
ROLE
The component role used by components implementing this service |
Method Summary | |
---|---|
UsersRepository |
getRepository(java.lang.String name)
Get the repository, if any, whose name corresponds to the argument parameter |
java.util.Iterator |
getRepositoryNames()
Yield an Iterator over the set of repository
names managed internally by this store. |
Field Detail |
---|
static final java.lang.String ROLE
Method Detail |
---|
UsersRepository getRepository(java.lang.String name)
name
- the name of the desired repository
java.util.Iterator getRepositoryNames()
Iterator
over the set of repository
names managed internally by this store.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |