DispatchUserRegEventProcessor Class

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

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

public class DispatchUserRegEventProcessor

    extends com.bea.portal.appflow.processor.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.


Hierarchy
Object
  com.bea.portal.appflow.processor.AbstractPortalProcessor
    DispatchUserRegEventProcessor
All Implemented Interfaces

InputProcessor

Constructor Summary

DispatchUserRegEventProcessor()

 

Method Summary

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

Constructor Detail

DispatchUserRegEventProcessor

public DispatchUserRegEventProcessor()
 

Method Detail

process(HttpServletRequest, HttpServletResponse, PortalRequest, Object) Method

public Object process(HttpServletRequest request, 
                      HttpServletResponse response, 
                      PortalRequest portalRequest, 
                      Object requestContext)
throws ProcessingException
The main process method invoked by webflow.

Overrides
AbstractPortalProcessor.process(HttpServletRequest, HttpServletResponse, PortalRequest, Object)

Returns

always returns success.

Exceptions

ProcessingException