SetPasswordFormProcessor 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
SetPasswordFormProcessor Class

public class SetPasswordFormProcessor

    extends com.bea.portal.appflow.processor.AbstractPortalProcessor

A processor used to validate the setpassword JSP and change the user's password in the system.


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

InputProcessor

Constructor Summary

SetPasswordFormProcessor()

Default constructor (called by webflow).
 

Method Summary

public Object
process(HttpServletRequest request, HttpServletResponse response, PortalRequest portalRequest, Object requestContext)
Main process method called 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

SetPasswordFormProcessor

public SetPasswordFormProcessor()
Default constructor (called by webflow). This processor is session sensitive as it calls super(true)
 

Method Detail

process(HttpServletRequest, HttpServletResponse, PortalRequest, Object) Method

public Object process(HttpServletRequest request, 
                      HttpServletResponse response, 
                      PortalRequest portalRequest, 
                      Object requestContext)
throws ProcessingException
Main process method called by webflow. This method throws InvalidFormDataException if the form fields do not pass minimum validation criteria.

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

Returns

this processor always return successa.

Exceptions

ProcessingException