Spring BlazeDS Integration

org.springframework.flex.security3
Class FlexSessionAwareSessionAuthenticationStrategy

java.lang.Object
  extended by 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

Constructor Summary
FlexSessionAwareSessionAuthenticationStrategy(org.springframework.security.web.authentication.session.SessionAuthenticationStrategy delegate)
           
 
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
 

Constructor Detail

FlexSessionAwareSessionAuthenticationStrategy

public FlexSessionAwareSessionAuthenticationStrategy(org.springframework.security.web.authentication.session.SessionAuthenticationStrategy delegate)
Method Detail

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

Spring BlazeDS Integration

Copyright © 2011. All Rights Reserved.