Uses of Class
org.acegisecurity.concurrent.SessionInformation

Packages that use SessionInformation
org.acegisecurity.concurrent   
 

Uses of SessionInformation in org.acegisecurity.concurrent
 

Methods in org.acegisecurity.concurrent that return SessionInformation
 SessionInformation[] SessionRegistryImpl.getAllSessions(Object principal)
           
 SessionInformation[] SessionRegistry.getAllSessions(Object principal)
          Obtains all the known sessions for the specified principal.
 SessionInformation SessionRegistryImpl.getSessionInformation(String sessionId)
           
 SessionInformation SessionRegistry.getSessionInformation(String sessionId)
          Obtains the session information for the specified sessionId.
 

Methods in org.acegisecurity.concurrent with parameters of type SessionInformation
protected  void ConcurrentSessionControllerImpl.allowableSessionsExceeded(String sessionId, SessionInformation[] sessions, int allowableSessions, SessionRegistry registry)
          Allows subclasses to customise behaviour when too many sessions are detected.
 



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