public abstract class UserAccountsPage extends AbstractPageHandler
| Modifier and Type | Class and Description |
|---|---|
static class |
UserAccountsPage.ProfileInfo |
AbstractPageHandler.InvalidParametersException, AbstractPageHandler.Message| Modifier and Type | Field and Description |
|---|---|
protected static int |
DAYS_TO_USE_PASSWORD_LINK
After the account is created, or the password is reset, the user has this
many days to repond to the email.
|
ctx, dpsDao, i18n, indDao, opsDao, unionModel, userAccountsDao, userAccountsModel, vclassDao, vreq| Modifier | Constructor and Description |
|---|---|
protected |
UserAccountsPage(VitroRequest vreq) |
| Modifier and Type | Method and Description |
|---|---|
protected List<PermissionSet> |
buildListOfSelectableRoles()
Create a list of all known non-public PermissionSets.
|
protected UserAccountsPage.ProfileInfo |
buildProfileInfo(String uri) |
protected SortedMap<String,String> |
buildProfileTypesList()
Create a list of possible profile types.
|
protected Map<String,String> |
buildUrlsMap()
Make these URLs available to all of the pages.
|
protected boolean |
checkPasswordLength(String pw) |
protected static String |
editAccountUrl(String uri) |
protected Date |
figureExpirationDate() |
protected String |
getSiteName() |
protected boolean |
isEmailEnabled() |
applyMessage, getIntegerParameter, getStringParameter, getStringParameters, isFlagOnRequest, isParameterAsExpectedprotected static final int DAYS_TO_USE_PASSWORD_LINK
protected UserAccountsPage(VitroRequest vreq)
protected boolean isEmailEnabled()
protected List<PermissionSet> buildListOfSelectableRoles()
protected SortedMap<String,String> buildProfileTypesList()
protected Map<String,String> buildUrlsMap()
protected Date figureExpirationDate()
protected boolean checkPasswordLength(String pw)
protected String getSiteName()
protected UserAccountsPage.ProfileInfo buildProfileInfo(String uri)
Copyright © 2021. All rights reserved.