| Package | Description |
|---|---|
| edu.cornell.mannlib.vitro.webapp.controller.accounts.admin | |
| edu.cornell.mannlib.vitro.webapp.controller.accounts.user |
| Modifier and Type | Class and Description |
|---|---|
class |
UserAccountsAddPage
Handle the "Add new account" form display and submission.
|
class |
UserAccountsAddPageStrategy
Handle the variant details of the UserAccountsAddPage.
|
class |
UserAccountsDeleter
Process a request to delete User Accounts.
|
class |
UserAccountsEditPage
Handle the "Edit Account" form display and submission.
|
class |
UserAccountsEditPageStrategy
Handle the variant details of the UserAccountsAddPage.
|
class |
UserAccountsListPage
Handle the List page.
|
| Modifier and Type | Class and Description |
|---|---|
class |
UserAccountsCreatePasswordPage
When the user clicks on the link in their notification email, handle their
request to create a password.
|
class |
UserAccountsFirstTimeExternalPage
Handle the first-time login of an Externally Authenticated user who has no
UserAccount - let's create one!
If they get here from the login, there should be an ExternalLoginInfo waiting
in the session.
|
class |
UserAccountsFirstTimeExternalPageStrategy
Handle the variations in the UserAccountsFirstTimeExternal page.
|
static class |
UserAccountsFirstTimeExternalPageStrategy.EmailStrategy |
static class |
UserAccountsFirstTimeExternalPageStrategy.NoEmailStrategy |
class |
UserAccountsMyAccountPage
Handle the "My Account" form display and submission.
|
class |
UserAccountsMyAccountPageStrategy
Handle the variant details of the MyAccounts page
|
class |
UserAccountsPasswordBasePage
Routines in common to the "Create Password" and "Reset Password" pages.
|
class |
UserAccountsResetPasswordPage
When the user clicks on the link in their notification email, handle their
request to reset their password.
|
Copyright © 2016. All rights reserved.