|
Class Summary |
| AuthenticateAction |
Attempt to authenticate the user based upon their presented credentials. |
| AuthenticationCountSelector |
Selector will count the number of interactive AuthenticationMethods defined in the
dspace configuration file |
| CannotRegister |
Inform the user that the email address they entered cannot be registered
with DSpace. |
| EditProfile |
Display a form that allows the user to edit their profile. |
| EPersonUtils |
A set of static utilities to help with EPerson workflows. |
| FailedAuthentication |
|
| ForgotPasswordFinished |
Display to the user that their password has been successfully reset. |
| InvalidToken |
Display to the user that the token provided was invalid. |
| LDAPAuthenticateAction |
Attempt to authenticate the user based upon their presented credentials. |
| LDAPLogin |
Query the user for their authentication credentials. |
| LoginChooser |
Displays a list of authentication methods. |
| LoginRedirect |
When only one login method is defined in the dspace.cfg file this class will
redirect to the URL provided by that AuthenticationMethod class |
| Navigation |
Add the eperson navigation items to the document. |
| PasswordLogin |
Query the user for their authentication credentials. |
| ProfileUpdated |
Display to the user that their profile has been successfully updated. |
| RegistrationFinished |
Display to the user that they have successfully registered. |
| ResetPassword |
Display a reset password form allowing the user to select a new password. |
| ShibbolethAction |
Attempt to authenticate the user based upon their presented shibboleth credentials. |
| StartAuthenticationAction |
This action will start the nessary steps to authenticate a user. |
| StartForgotPassword |
Display the forgot password form, allowing the user to enter
in an email address and have the system verify the email address
before allowing the user to reset their password. |
| StartRegistration |
Display the new user registration form, allowing the user to enter
in an email address and have the system verify the email address
before allowing the user create an account
There are two parameters that may be given to the form:
email - The email of the new account account
retry - A boolean value indicating that the previously entered email was invalid. |
| UnAuthenticateAction |
Unauthenticate the current user. |
| VerifyEmail |
Display to the user that a verification email has been set. |