Uses of Class
org.apache.turbine.modules.actions.sessionvalidator.SessionValidator
-
Packages that use SessionValidator Package Description org.apache.turbine.modules.actions.sessionvalidator Session validator classes to be used with Turbine apps that use security. -
-
Uses of SessionValidator in org.apache.turbine.modules.actions.sessionvalidator
Subclasses of SessionValidator in org.apache.turbine.modules.actions.sessionvalidator Modifier and Type Class Description classDefaultSessionValidatorThe SessionValidator attempts to retrieve the User object from the Servlet API session that is associated with the request.classTemplateSecureSessionValidatorSessionValidator that requires login for use with Template Services like Velocity or WebMacro.classTemplateSessionValidatorSessionValidator for use with the Template Service, the TemplateSessionValidator is virtually identical to theTemplateSecureSessionValidatorexcept that it does not transfer to the login page when it detects a null user (or a user not logged in).
-