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

Packages that use SessionInformation
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.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 SessionRegistry.getSessionInformation(String sessionId)
          Obtains the session information for the specified sessionId.
 SessionInformation SessionRegistryImpl.getSessionInformation(String sessionId)
           
 

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

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-2011 SpringSource, Inc. All Rights Reserved.