Class Summary |
ChangePassword |
Performs change password action |
CreateNewUserAndConfirm |
This action validates the form input from the NewAccount Screen. |
ImportPsml |
Import file psml into database action. |
JAASSessionValidator |
JAAS Session validator populates the Jetspeed User via the servlet.getUserPrincipal() call
When using this session validator, Authentication is delegated to the Application Server. |
JetspeedAccessController |
Calls the profiler to load the requested PSML resource based on request params
Its necessary to load the profile from this action, not the SessionValidator
in order to get the cached ACL list from logon |
JetspeedSessionValidator |
Just like org.apache.turbine.modules.actions.sessionvalidator.TemplateSessionValidator except:
it doesn't check the session_access_counter
it doesn't require you to always logon
expects a JetspeedRunData object and put there the additionnal jetspeed
properties
|
JLoginUser |
This class is responsible for logging a user into the system. |
JLogoutUser |
This class is responsible for logging a user out of the system. |
JspAction |
This class provides a convenience methods for Jsp Actions
to use. |
MarkRefPage |
Marks the referer page to enable buttons as "back" |
NTLMSessionValidator |
Just like org.apache.turbine.modules.actions.sessionvalidator.TemplateSessionValidator except:
it doesn't check the session_access_counter
it automatically logs the user in based on currently authenticated nt user
expects a JetspeedRunData object and put there the additionnal jetspeed properties
Usage of this session validator is limited to Windows NT/2000 and MS Internet Explorer.
|
PrepareScreenEditAccount |
|
SendConfirmationEmail |
This action will attempt to send a confirmation email to the user. |
SendNewUserNotificationEmail |
This action will send a notification email to the notification user. |
TemplateSessionValidator |
SessionValidator for use with the Template Service, the
TemplateSessionValidator is virtually identical to the
TemplateSecureValidator except that it does not tranfer to the
login page when it detects a null user (or a user not logged in). |
UpdateAccount |
Updates an Account in the User and save the User object to backing store. |