Uses of Class
edu.cornell.mannlib.vitro.webapp.controller.accounts.UserAccountsPage
-
Packages that use UserAccountsPage Package Description edu.cornell.mannlib.vitro.webapp.controller.accounts.admin edu.cornell.mannlib.vitro.webapp.controller.accounts.user -
-
Uses of UserAccountsPage in edu.cornell.mannlib.vitro.webapp.controller.accounts.admin
Subclasses of UserAccountsPage in edu.cornell.mannlib.vitro.webapp.controller.accounts.admin Modifier and Type Class Description classUserAccountsAddPageHandle the "Add new account" form display and submission.classUserAccountsAddPageStrategyHandle the variant details of the UserAccountsAddPage.classUserAccountsDeleterProcess a request to delete User Accounts.classUserAccountsEditPageHandle the "Edit Account" form display and submission.classUserAccountsEditPageStrategyHandle the variant details of the UserAccountsAddPage.classUserAccountsListPageHandle the List page. -
Uses of UserAccountsPage in edu.cornell.mannlib.vitro.webapp.controller.accounts.user
Subclasses of UserAccountsPage in edu.cornell.mannlib.vitro.webapp.controller.accounts.user Modifier and Type Class Description classUserAccountsCreatePasswordPageWhen the user clicks on the link in their notification email, handle their request to create a password.classUserAccountsFirstTimeExternalPageHandle 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.classUserAccountsFirstTimeExternalPageStrategyHandle the variations in the UserAccountsFirstTimeExternal page.static classUserAccountsFirstTimeExternalPageStrategy.EmailStrategystatic classUserAccountsFirstTimeExternalPageStrategy.NoEmailStrategyclassUserAccountsMyAccountPageHandle the "My Account" form display and submission.classUserAccountsMyAccountPageStrategyHandle the variant details of the MyAccounts pageclassUserAccountsPasswordBasePageRoutines in common to the "Create Password" and "Reset Password" pages.classUserAccountsResetPasswordPageWhen the user clicks on the link in their notification email, handle their request to reset their password.
-