Spring Security Framework

Uses of Package
org.springframework.security.concurrent

Packages that use org.springframework.security.concurrent
org.springframework.security.concurrent Concurrent session control and registration classes. 
org.springframework.security.providers Implements a provider-based approach to authentication decisions. 
org.springframework.security.ui Authentication processing mechanisms, which respond to the submission of authentication credentials using various protocols (eg BASIC, CAS, form login etc). 
org.springframework.security.ui.preauth   
org.springframework.security.util General utility classes used throughout the Spring Security framework. 
 

Classes in org.springframework.security.concurrent used by org.springframework.security.concurrent
ConcurrentSessionController
          Provides two methods that can be called by an AuthenticationManager to integrate with the concurrent session handling infrastructure.
SessionAlreadyUsedException
          Thrown by a SessionRegistry implementation if an attempt is made to create new session information for an existing sessionId.
SessionInformation
          Represents a record of a session within the Spring Security framework.
SessionRegistry
          Maintains a registry of SessionInformation instances.
 

Classes in org.springframework.security.concurrent used by org.springframework.security.providers
ConcurrentSessionController
          Provides two methods that can be called by an AuthenticationManager to integrate with the concurrent session handling infrastructure.
 

Classes in org.springframework.security.concurrent used by org.springframework.security.ui
SessionIdentifierAware
          Implemented by Authentication.getDetails() implementations that are capable of returning a session ID.
SessionRegistry
          Maintains a registry of SessionInformation instances.
 

Classes in org.springframework.security.concurrent used by org.springframework.security.ui.preauth
SessionIdentifierAware
          Implemented by Authentication.getDetails() implementations that are capable of returning a session ID.
 

Classes in org.springframework.security.concurrent used by org.springframework.security.util
SessionRegistry
          Maintains a registry of SessionInformation instances.
 


Spring Security Framework

Copyright © 2004-2010 SpringSource, Inc. All Rights Reserved.