LoginProcessor 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 LoginProcessor
extends com.bea.portal.appflow.processor.AbstractPortalProcessor
Programmatically authenticate and login the user via the
Authentication.login
method.
Related Topics
Authentication
-
Hierarchy
-
Object
com.bea.portal.appflow.processor.AbstractPortalProcessor
LoginProcessor
-
All Implemented Interfaces
-
InputProcessor
Methods from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LoginProcessor
public LoginProcessor()
process(HttpServletRequest, HttpServletResponse, PortalRequest, Object) Method
public Object
process(HttpServletRequest
request,
HttpServletResponse
response,
PortalRequest
portalRequest,
Object
requestContext)
throws ProcessingException
Process the webflow request.
-
Overrides
-
AbstractPortalProcessor.process(HttpServletRequest, HttpServletResponse, PortalRequest, Object)
Returns
- "success" if the user was successfully authenticated or "failure" if not.
Exceptions
-
ProcessingException