Spring Security Framework

org.springframework.security.concurrent
Class SessionRegistryUtils

java.lang.Object
  extended by org.springframework.security.concurrent.SessionRegistryUtils

public final class SessionRegistryUtils
extends Object

Utility methods to assist with concurrent session management.

Version:
$Id: SessionRegistryUtils.java 2217 2007-10-27 00:45:30Z luke_t $
Author:
Ben Alex

Method Summary
static Object obtainPrincipalFromAuthentication(Authentication auth)
           
static String obtainSessionIdFromAuthentication(Authentication auth)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

obtainPrincipalFromAuthentication

public static Object obtainPrincipalFromAuthentication(Authentication auth)

obtainSessionIdFromAuthentication

public static String obtainSessionIdFromAuthentication(Authentication auth)

Spring Security Framework

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