| Modifier and Type | Class and Description |
|---|---|
class |
BaseUserStore
Support for loading a new store from a bootstrap file.
|
class |
DBUserStore |
class |
MemUserStore
Non-persistent memory implementation of a UserSore for testing use.
|
| Modifier and Type | Field and Description |
|---|---|
protected UserStore |
AppRealm.userstore |
| Modifier and Type | Method and Description |
|---|---|
UserStore |
AppRealm.getUserStore() |
| Modifier and Type | Method and Description |
|---|---|
void |
AppRealm.setUserStore(UserStore store)
Configure the user store for this realm
|
static String |
ProcessOpenID.verifyResponse(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse httpresponse,
UserStore userstore)
Process the verification response from the OpenID provider.
|
Copyright © 2015. All rights reserved.