org.acegisecurity.concurrent
Class SessionRegistryUtils

java.lang.Object
  extended by org.acegisecurity.concurrent.SessionRegistryUtils

public class SessionRegistryUtils
extends Object

Utility methods to assist with concurrent session management.

Version:
$Id: SessionRegistryUtils.java,v 1.3 2005/11/29 13:10:09 benalex Exp $
Author:
Ben Alex

Constructor Summary
SessionRegistryUtils()
           
 
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
 

Constructor Detail

SessionRegistryUtils

public SessionRegistryUtils()
Method Detail

obtainPrincipalFromAuthentication

public static Object obtainPrincipalFromAuthentication(Authentication auth)

obtainSessionIdFromAuthentication

public static String obtainSessionIdFromAuthentication(Authentication auth)


Copyright © 2004-2005 Acegi Technology Pty Limited. All Rights Reserved.