Uses of Class
org.acegisecurity.concurrent.SessionInformation

Packages that use SessionInformation
org.acegisecurity.concurrent Concurrent session control and registration classes. 
 

Uses of SessionInformation in org.acegisecurity.concurrent
 

Methods in org.acegisecurity.concurrent that return SessionInformation
 SessionInformation[] SessionRegistry.getAllSessions(Object principal, boolean includeExpiredSessions)
          Obtains all the known sessions for the specified principal.
 SessionInformation[] SessionRegistryImpl.getAllSessions(Object principal, boolean includeExpiredSessions)
           
 SessionInformation SessionRegistry.getSessionInformation(String sessionId)
          Obtains the session information for the specified sessionId.
 SessionInformation SessionRegistryImpl.getSessionInformation(String 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-2009 Interface21, Inc. All Rights Reserved.