org.springframework.security.web.authentication.session
Class NullAuthenticatedSessionStrategy
java.lang.Object
org.springframework.security.web.authentication.session.NullAuthenticatedSessionStrategy
- All Implemented Interfaces:
- SessionAuthenticationStrategy
public final class NullAuthenticatedSessionStrategy
- extends Object
- implements SessionAuthenticationStrategy
- Since:
- 3.0
- Version:
- $Id$
- Author:
- Luke Taylor
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NullAuthenticatedSessionStrategy
public NullAuthenticatedSessionStrategy()
onAuthentication
public void onAuthentication(Authentication authentication,
HttpServletRequest request,
HttpServletResponse response)
- Description copied from interface:
SessionAuthenticationStrategy
- Performs Http session-related functionality when a new authentication occurs.
- Specified by:
onAuthentication
in interface SessionAuthenticationStrategy
Copyright © 2004-2009 SpringSource, Inc. All Rights Reserved.