spring-security-web

org.springframework.security.web.authentication.session
Class NullAuthenticatedSessionStrategy

java.lang.Object
  extended by org.springframework.security.web.authentication.session.NullAuthenticatedSessionStrategy
All Implemented Interfaces:
SessionAuthenticationStrategy

public final class NullAuthenticatedSessionStrategy
extends Object
implements SessionAuthenticationStrategy

Since:
3.0
Author:
Luke Taylor

Constructor Summary
NullAuthenticatedSessionStrategy()
           
 
Method Summary
 void onAuthentication(org.springframework.security.core.Authentication authentication, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Performs Http session-related functionality when a new authentication occurs.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullAuthenticatedSessionStrategy

public NullAuthenticatedSessionStrategy()
Method Detail

onAuthentication

public void onAuthentication(org.springframework.security.core.Authentication authentication,
                             javax.servlet.http.HttpServletRequest request,
                             javax.servlet.http.HttpServletResponse response)
Description copied from interface: SessionAuthenticationStrategy
Performs Http session-related functionality when a new authentication occurs.

Specified by:
onAuthentication in interface SessionAuthenticationStrategy

spring-security-web