UsersStorepublic 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. |
Fields Summary |
---|
String | ROLEThe component role used by components implementing this service |
Methods Summary |
---|
public UsersRepository | getRepository(java.lang.String name)Get the repository, if any, whose name corresponds to
the argument parameter
| public java.util.Iterator | getRepositoryNames()Yield an Iterator over the set of repository
names managed internally by this store.
|
|