org.springframework.security.concurrent
Class SessionRegistryUtils

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

public final class SessionRegistryUtils
extends java.lang.Object

Utility methods to assist with concurrent session management.

Version:
$Id$
Author:
Ben Alex

Method Summary
static java.lang.Object obtainPrincipalFromAuthentication(Authentication auth)
           
static java.lang.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 java.lang.Object obtainPrincipalFromAuthentication(Authentication auth)

obtainSessionIdFromAuthentication

public static java.lang.String obtainSessionIdFromAuthentication(Authentication auth)