Uses of Interface
org.acegisecurity.concurrent.ConcurrentSessionController

Packages that use ConcurrentSessionController
org.acegisecurity.concurrent Concurrent session control and registration classes. 
org.acegisecurity.providers Implements a provider-based approach to authentication decisions. 
 

Uses of ConcurrentSessionController in org.acegisecurity.concurrent
 

Classes in org.acegisecurity.concurrent that implement ConcurrentSessionController
 class ConcurrentSessionControllerImpl
          Base implementation of ConcurrentSessionControllerImpl which prohibits simultaneous logins.
 class NullConcurrentSessionController
          No-op implementation of ConcurrentSessionController.
 

Uses of ConcurrentSessionController in org.acegisecurity.providers
 

Methods in org.acegisecurity.providers that return ConcurrentSessionController
 ConcurrentSessionController ProviderManager.getSessionController()
          The configured ConcurrentSessionController is returned or the NullConcurrentSessionController if a specific one has not been set.
 

Methods in org.acegisecurity.providers with parameters of type ConcurrentSessionController
 void ProviderManager.setSessionController(ConcurrentSessionController sessionController)
          Set the ConcurrentSessionController to be used for limiting user's sessions.
 



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