Uses of Interface
org.acegisecurity.concurrent.SessionRegistry

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

Uses of SessionRegistry in org.acegisecurity.concurrent
 

Classes in org.acegisecurity.concurrent that implement SessionRegistry
 class SessionRegistryImpl
          Base implementation of SessionRegistry which also listens for HttpSessionDestroyedEvents published in the Spring application context.
 

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



Copyright © 2004-2009 Interface21, Inc. All Rights Reserved.