DepositCookiesProcessor 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 DepositCookiesProcessor
extends com.bea.portal.appflow.processor.AbstractPortalProcessor
A webflow processor used to drop the username and password as
encoded (BASE64 encoding) cookies on the user's browser. The
default timeout of the cookies can be changed in the web.xml file.
Related Topics
SecurityConstants.J_USERNAME
SecurityConstants.J_PASSWORD
SecurityConstants.PORTAL_USERNAME_COOKIE_NAME
SecurityConstants.PORTAL_PASSWORD_COOKIE_NAME
SecurityConstants.DEFAULT_COOKIE_TIMEOUT
-
Hierarchy
-
Object
com.bea.portal.appflow.processor.AbstractPortalProcessor
DepositCookiesProcessor
-
All Implemented Interfaces
-
InputProcessor
Methods from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DepositCookiesProcessor
public DepositCookiesProcessor()
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.
-
Overrides
-
AbstractPortalProcessor.process(HttpServletRequest, HttpServletResponse, PortalRequest, Object)
Returns
- always success
Exceptions
-
ProcessingException