Uses of Package
org.springframework.security.web.authentication.session

Packages that use org.springframework.security.web.authentication.session
org.springframework.security.web.authentication Authentication processing mechanisms, which respond to the submission of authentication credentials using various protocols (eg BASIC, CAS, form login etc). 
org.springframework.security.web.authentication.session Strategy interface and implementations for handling session-related behaviour for a newly authenticated user. 
org.springframework.security.web.session Session management filters, HttpSession events and publisher classes. 
 

Classes in org.springframework.security.web.authentication.session used by org.springframework.security.web.authentication
SessionAuthenticationStrategy
          Allows pluggable support for HttpSession-related behaviour when an authentication occurs.
 

Classes in org.springframework.security.web.authentication.session used by org.springframework.security.web.authentication.session
SessionAuthenticationException
          Thrown by an SessionAuthenticationStrategy to indicate that an authentication object is not valid for the current session, typically because the same user has exceeded the number of sessions they are allowed to have concurrently.
SessionAuthenticationStrategy
          Allows pluggable support for HttpSession-related behaviour when an authentication occurs.
SessionFixationProtectionStrategy
          The default implementation of SessionAuthenticationStrategy.
 

Classes in org.springframework.security.web.authentication.session used by org.springframework.security.web.session
SessionAuthenticationStrategy
          Allows pluggable support for HttpSession-related behaviour when an authentication occurs.
 



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