Uses of Class
org.apache.turbine.modules.actions.sessionvalidator.SessionValidator

Packages that use SessionValidator
org.apache.turbine.modules.actions.sessionvalidator   
 

Uses of SessionValidator in org.apache.turbine.modules.actions.sessionvalidator
 

Subclasses of SessionValidator in org.apache.turbine.modules.actions.sessionvalidator
 class DefaultSessionValidator
          The SessionValidator attempts to retrieve the User object from the Servlet API session that is associated with the request.
 class TemplateSecureSessionValidator
          SessionValidator that requires login for use with the WebMacroSite Service.
 class 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).
 



Copyright © 2000-2002 Apache Software Foundation. All Rights Reserved.