Package org.springframework.security.core.session

Session registry and other related classes.

See:
          Description

Interface Summary
SessionIdentifierAware Implemented by Authentication.getDetails() implementations that are capable of returning a session ID.
SessionRegistry Maintains a registry of SessionInformation instances.
 

Class Summary
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.
SessionRegistryImpl Base implementation of SessionRegistry which also listens for HttpSessionDestroyedEvents published in the Spring application context.
 

Package org.springframework.security.core.session Description

Session registry and other related classes.



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