Uses of Package
org.springframework.security.core.session

Packages that use org.springframework.security.core.session
org.springframework.security.authentication.jaas An authentication provider for JAAS. 
org.springframework.security.core.session Session abstraction which is provided by the org.springframework.security.core.session.SessionInformation SessionInformation class. 
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.preauth Support for "pre-authenticated" scenarios, where Spring Security assumes the incoming request has already been authenticated by some externally configured system. 
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.core.session used by org.springframework.security.authentication.jaas
SessionDestroyedEvent
          Generic "session termination" event which indicates that a session (potentially represented by a security context) has ended.
 

Classes in org.springframework.security.core.session used by org.springframework.security.core.session
SessionDestroyedEvent
          Generic "session termination" event which indicates that a session (potentially represented by a security context) has ended.
SessionInformation
          Represents a record of a session within the Spring Security framework.
SessionRegistry
          Maintains a registry of SessionInformation instances.
 

Classes in org.springframework.security.core.session used by org.springframework.security.web.authentication
SessionIdentifierAware
          Implemented by Authentication.getDetails() implementations that are capable of returning a session ID.
 

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

Classes in org.springframework.security.core.session used by org.springframework.security.web.authentication.session
SessionInformation
          Represents a record of a session within the Spring Security framework.
SessionRegistry
          Maintains a registry of SessionInformation instances.
 

Classes in org.springframework.security.core.session used by org.springframework.security.web.session
SessionCreationEvent
          Generic session creation event which indicates that a session (potentially represented by a security context) has begun.
SessionDestroyedEvent
          Generic "session termination" event which indicates that a session (potentially represented by a security context) has ended.
SessionInformation
          Represents a record of a session within the Spring Security framework.
SessionRegistry
          Maintains a registry of SessionInformation instances.
 



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