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
- 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
Methods from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SetPasswordFormProcessor
public SetPasswordFormProcessor()
- Default constructor (called by webflow).
This processor is session sensitive as it calls
super(true)
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