Uses of Class
org.springframework.security.core.session.SessionInformation

Packages that use SessionInformation
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 SessionInformation in org.springframework.security.core.session
 

Methods in org.springframework.security.core.session that return SessionInformation
 SessionInformation SessionRegistryImpl.getSessionInformation(String sessionId)
           
 SessionInformation SessionRegistry.getSessionInformation(String sessionId)
          Obtains the session information for the specified sessionId.
 

Methods in org.springframework.security.core.session that return types with arguments of type SessionInformation
 List<SessionInformation> SessionRegistryImpl.getAllSessions(Object principal, boolean includeExpiredSessions)
           
 List<SessionInformation> SessionRegistry.getAllSessions(Object principal, boolean includeExpiredSessions)
          Obtains all the known sessions for the specified principal.
 

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

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

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

Methods in org.springframework.security.web.session with parameters of type SessionInformation
protected  String ConcurrentSessionFilter.determineExpiredUrl(HttpServletRequest request, SessionInformation info)
           
 



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