© 2002 BEA Systems, Inc.


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

java.lang.Object
  |
  +--com.bea.portal.appflow.processor.AbstractPortalProcessor
        |
        +--com.bea.portal.appflow.processor.security.PostLoginProcessor

public class PostLoginProcessor
extends AbstractPortalProcessor

This post processor is the last mandatory processor to run in the login chain.

This processor will use the ProfileIdentity in the PortalSession to initialize the Profile in the HttpSession (via SessionHelper).

This processor can be extended and/or substituted with one of your own implementations. When this processor is run you are guaranteed to be logged in and have a group assigned. This processor always dipatches the SessionLoginEvent TrackingEventHelper This action is required by WebLogic Personalization Server and Campaign Manager for WebLogic to work correctly within a portal login.

See Also:
UserProcessor

Constructor Summary
PostLoginProcessor()
           
 
Method Summary
 void dispatchSessionLoginEvent(javax.servlet.http.HttpServletRequest request)
          This method is called by the process() method to dispatch the SessionLoginEvent To disable this functionality override this class end provide a null implementation for this method.
 java.lang.Object process(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, PortalRequest portalRequest, java.lang.Object requestContext)
          The main process method called 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

PostLoginProcessor

public PostLoginProcessor()
Method Detail

process

public java.lang.Object process(javax.servlet.http.HttpServletRequest request,
                                javax.servlet.http.HttpServletResponse response,
                                PortalRequest portalRequest,
                                java.lang.Object requestContext)
                         throws ProcessingException
The main process method called by webflow.

Overrides:
process in class AbstractPortalProcessor

dispatchSessionLoginEvent

public void dispatchSessionLoginEvent(javax.servlet.http.HttpServletRequest request)
This method is called by the process() method to dispatch the SessionLoginEvent To disable this functionality override this class end provide a null implementation for this method.

© 2002 BEA Systems, Inc.

Copyright © 2002 BEA Systems, Inc. All Rights Reserved