| Modifier and Type | Field and Description |
|---|---|
protected AppRealm |
BaseUserStore.realm |
| Modifier and Type | Method and Description |
|---|---|
static AppRealm |
AppRealm.getRealm() |
| Modifier and Type | Method and Description |
|---|---|
static void |
Login.registerUser(AppRealm realm,
String userid,
String password,
String name) |
static void |
Login.resetPassword(AppRealm realm,
String userid,
String newPassword) |
static void |
Login.setPassword(AppRealm realm,
String currentPassword,
String newPassword) |
void |
UserStore.setRealm(AppRealm realm)
Link this store to a specific authorization realm
|
void |
BaseUserStore.setRealm(AppRealm realm) |
Copyright © 2015. All rights reserved.