| Package | Description | 
|---|---|
| org.wandora.modules.usercontrol | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
ModifyableUserStore
An interface that adds to the basic UserBase interface methods which
 allow users to be modified. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DatabaseUserStore
 A user store which stores users in a relational database. 
 | 
class  | 
FileUserStore
 A user store that reads users from a json file. 
 | 
class  | 
StaticUserStore
 A very simple user store which reads user names and passwords and roles
 straight from the initialisation parameters. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
protected UserStore | 
UserStoreCopyTool.fromStore  | 
protected UserStore | 
BasicUserAuthenticator.userStore  | 
protected UserStore | 
GetUserAuthenticator.userStore  | 
protected UserStore | 
GetUserLogAction.userStore  | 
protected UserStore | 
PasswordResendAction.userStore  | 
protected UserStore | 
SimpleUser.userStore  | 
| Modifier and Type | Method and Description | 
|---|---|
UserStore | 
SimpleUser.getUserStore()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
SimpleUser.setUserStore(UserStore userStore)  | 
| Constructor and Description | 
|---|
DBUser(long id,
      java.lang.String userName,
      java.util.HashMap<java.lang.String,java.lang.String> options,
      java.util.ArrayList<java.lang.String> roles,
      UserStore userStore)  | 
SimpleUser(java.lang.String userName,
          java.util.HashMap<java.lang.String,java.lang.String> options,
          java.util.ArrayList<java.lang.String> roles,
          UserStore userStore)  | 
Copyright 2004-2015 Wandora Team