es.udc.mypersonalizer.portal.model.types.user |
|
Java Source File Name | Type | Comment |
ChangePasswordEvent.java | Class | This class defines an event that can be used as parameter for the
ChangePasswordAction model action.
As a sublcass of PortalEvent, it contains the credentials of the user whose
password is to be changed. |
SignInEvent.java | Class | This class defines an event suitable for user as parameter to a model
SignInAction. |
SignInResult.java | Class | Result JavaBean for the Sign In and Sign Up actions.
It contains all the information needed to initialize a user session so as
it can be put into the session in the controller layer to aid the other
system actions to perform their actions.
It contains the following data:
- loginName: The user's login name.
- storedPassword: The user's passowrd, as it is stored in the
repository (i.e.
|