org.springframework.flex.security
Class LoginMessageInterceptor

java.lang.Object
  extended by org.springframework.flex.security.LoginMessageInterceptor
All Implemented Interfaces:
MessageInterceptor

public class LoginMessageInterceptor
extends java.lang.Object
implements MessageInterceptor

MessageInterceptor implementation that replaces the standard login success message with one that contains relevant information about the logged in user.

Author:
Jeremy Grelle
See Also:
AuthenticationResultUtils

Constructor Summary
LoginMessageInterceptor()
           
 
Method Summary
 flex.messaging.messages.Message postProcess(MessageProcessingContext context, flex.messaging.messages.Message inputMessage, flex.messaging.messages.Message outputMessage)
          Hook for post-processing the outgoing AMF Message
 flex.messaging.messages.Message preProcess(MessageProcessingContext context, flex.messaging.messages.Message inputMessage)
          Hook for pre-processing the incoming AMF Message
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoginMessageInterceptor

public LoginMessageInterceptor()
Method Detail

postProcess

public flex.messaging.messages.Message postProcess(MessageProcessingContext context,
                                                   flex.messaging.messages.Message inputMessage,
                                                   flex.messaging.messages.Message outputMessage)
Hook for post-processing the outgoing AMF Message

Specified by:
postProcess in interface MessageInterceptor
Parameters:
context - context for the current request
inputMessage - the incoming AMF message
outputMessage - the outgoing AMF message
Returns:
the AMF message to send in response

preProcess

public flex.messaging.messages.Message preProcess(MessageProcessingContext context,
                                                  flex.messaging.messages.Message inputMessage)
Hook for pre-processing the incoming AMF Message

Specified by:
preProcess in interface MessageInterceptor
Parameters:
context - context for the current request
inputMessage - the incoming AMF message
Returns:
the AMF message to process in the current request