Spring Security Framework

org.springframework.security.util
Class SessionUtils

java.lang.Object
  extended by org.springframework.security.util.SessionUtils

public final class SessionUtils
extends Object

Since:
2.0
Version:
$Id$
Author:
Luke Taylor

Method Summary
static void startNewSessionIfRequired(HttpServletRequest request, boolean migrateAttributes, SessionRegistry sessionRegistry)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

startNewSessionIfRequired

public static void startNewSessionIfRequired(HttpServletRequest request,
                                             boolean migrateAttributes,
                                             SessionRegistry sessionRegistry)

Spring Security Framework

Copyright © 2004-2010 SpringSource, Inc. All Rights Reserved.