Subclasses of TemplateSessionValidator in org.apache.jetspeed.modules.actions |
class |
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. |
class |
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
|
class |
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.
|