org.springframework.flex.security3
Class FlexSessionAwareSessionAuthenticationStrategy
java.lang.Object
org.springframework.flex.security3.FlexSessionAwareSessionAuthenticationStrategy
- All Implemented Interfaces:
- org.springframework.security.web.authentication.session.SessionAuthenticationStrategy
public class FlexSessionAwareSessionAuthenticationStrategy
- extends Object
- implements org.springframework.security.web.authentication.session.SessionAuthenticationStrategy
Delegating implementation of SessionAuthenticationStrategy that ensures proper handling of the FlexSession
when session fixation protection is enabled.
- Author:
- Jeremy Grelle
|
Method Summary |
void |
onAuthentication(org.springframework.security.core.Authentication authentication,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FlexSessionAwareSessionAuthenticationStrategy
public FlexSessionAwareSessionAuthenticationStrategy(org.springframework.security.web.authentication.session.SessionAuthenticationStrategy delegate)
onAuthentication
public void onAuthentication(org.springframework.security.core.Authentication authentication,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws org.springframework.security.web.authentication.session.SessionAuthenticationException
- Specified by:
onAuthentication in interface org.springframework.security.web.authentication.session.SessionAuthenticationStrategy
- Throws:
org.springframework.security.web.authentication.session.SessionAuthenticationException
Copyright © 2011. All Rights Reserved.