© 2004 BEA Systems, Inc.

com.bea.portal.appflow.processor.security
Class DispatchUserRegEventProcessor

java.lang.Object
  extended bycom.bea.portal.appflow.processor.AbstractPortalProcessor
      extended bycom.bea.portal.appflow.processor.security.DispatchUserRegEventProcessor
All Implemented Interfaces:
com.bea.p13n.appflow.webflow.InputProcessor

Deprecated. com.bea.portal is only useful in the compatibility domain. For the new portal framework please use the classes under the com.bea.netuix package

public class DispatchUserRegEventProcessor
extends AbstractPortalProcessor

This processor fires a User Registration Event. By default this processor is configured to run at the end of the login process. This processor should only be called if a new user has been created. This processor should probably be the last processor in the login chain as some of the listeners may rely on profile data (ex: email address).

TrackingEventHelper fires a UserRegistrationEvent. This action is required by WebLogic Personalization Server and Campaign Manager for WebLogic to work correctly with a portal login.


Constructor Summary
DispatchUserRegEventProcessor()
          Deprecated.  
 
Method Summary
 Object process(HttpServletRequest request, HttpServletResponse response, PortalRequest portalRequest, Object requestContext)
          Deprecated. The main process method invoked by webflow.
 
Methods inherited from class com.bea.portal.appflow.processor.AbstractPortalProcessor
getCurrentPortletState, process
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DispatchUserRegEventProcessor

public DispatchUserRegEventProcessor()
Deprecated. 
Method Detail

process

public Object process(HttpServletRequest request,
                      HttpServletResponse response,
                      PortalRequest portalRequest,
                      Object requestContext)
               throws com.bea.p13n.appflow.exception.ProcessingException
Deprecated. 
The main process method invoked by webflow.

Specified by:
process in class AbstractPortalProcessor
Returns:
always returns success.
Throws:
com.bea.p13n.appflow.exception.ProcessingException

© 2004 BEA Systems, Inc.

Copyright © 2004 BEA Systems, Inc. All Rights Reserved