Uses of Class
org.springframework.security.web.authentication.session.SessionAuthenticationException

Packages that use SessionAuthenticationException
org.springframework.security.web.authentication.session Strategy interface and implementations for handling session-related behaviour for a newly authenticated user. 
 

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

Methods in org.springframework.security.web.authentication.session that throw SessionAuthenticationException
protected  void ConcurrentSessionControlStrategy.allowableSessionsExceeded(List<SessionInformation> sessions, int allowableSessions, SessionRegistry registry)
          Allows subclasses to customise behaviour when too many sessions are detected.
 void SessionAuthenticationStrategy.onAuthentication(Authentication authentication, HttpServletRequest request, HttpServletResponse response)
          Performs Http session-related functionality when a new authentication occurs.
 



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