org.apache.turbine.modules.actions.sessionvalidator |
Session validator classes to be used with Turbine apps that use security.
$Id: package.html 534527 2007-05-02 16:10:59Z tv $
|
Java Source File Name | Type | Comment |
DefaultSessionValidator.java | Class | The SessionValidator attempts to retrieve the User object from the
Servlet API session that is associated with the request. |
SessionValidator.java | Class | The SessionValidator attempts to retrive the User object from the
Servlet API session that is associated with the request. |
TemplateSecureSessionValidator.java | Class | SessionValidator that requires login for use with Template Services
like Velocity or WebMacro.
Templating services requires a different Session Validator
because of the way it handles screens. |
TemplateSessionValidator.java | Class | SessionValidator for use with the Template Service, the
TemplateSessionValidator is virtually identical to the
TemplateSecureValidator except that it does not transfer to the
login page when it detects a null user (or a user not logged in).
The Template Service requires a different Session Validator
because of the way it handles screens.
Note that you will need to set the template.login property to the
login template.
See Also: TemplateSecureSessionValidator author: John D. |