Uses of Interface
org.springframework.security.core.session.SessionRegistry

Packages that use SessionRegistry
org.springframework.security.core.session Session registry and other related classes. 
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. 
 

Uses of SessionRegistry in org.springframework.security.core.session
 

Classes in org.springframework.security.core.session that implement SessionRegistry
 class SessionRegistryImpl
          Base implementation of SessionRegistry which also listens for HttpSessionDestroyedEvents published in the Spring application context.
 

Uses of SessionRegistry in org.springframework.security.web.authentication.session
 

Methods in org.springframework.security.web.authentication.session with parameters of type SessionRegistry
protected  void ConcurrentSessionControlStrategy.allowableSessionsExceeded(List<SessionInformation> sessions, int allowableSessions, SessionRegistry registry)
          Allows subclasses to customise behaviour when too many sessions are detected.
 

Constructors in org.springframework.security.web.authentication.session with parameters of type SessionRegistry
ConcurrentSessionControlStrategy(SessionRegistry sessionRegistry)
           
 

Uses of SessionRegistry in org.springframework.security.web.session
 

Methods in org.springframework.security.web.session with parameters of type SessionRegistry
 void ConcurrentSessionFilter.setSessionRegistry(SessionRegistry sessionRegistry)
           
 



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