com.liferay.portal.kernel.portlet
Class ProtectedActionRequest

java.lang.Object
  extended bycom.liferay.portal.kernel.portlet.PortletRequestWrapper
      extended bycom.liferay.portal.kernel.portlet.ActionRequestWrapper
          extended bycom.liferay.portal.kernel.portlet.ProtectedActionRequest
All Implemented Interfaces:
javax.portlet.ActionRequest, javax.portlet.PortletRequest

public class ProtectedActionRequest
extends ActionRequestWrapper

View Source

Author:
Brian Wing Shun Chan

Field Summary
 
Fields inherited from interface javax.portlet.PortletRequest
BASIC_AUTH, CLIENT_CERT_AUTH, DIGEST_AUTH, FORM_AUTH, USER_INFO
 
Constructor Summary
ProtectedActionRequest(javax.portlet.ActionRequest req, java.lang.String remoteUser)
           
 
Method Summary
 java.lang.String getRemoteUser()
           
 
Methods inherited from class com.liferay.portal.kernel.portlet.ActionRequestWrapper
getCharacterEncoding, getContentLength, getContentType, getPortletInputStream, getReader, setCharacterEncoding
 
Methods inherited from class com.liferay.portal.kernel.portlet.PortletRequestWrapper
getAttribute, getAttributeNames, getAuthType, getContextPath, getLocale, getLocales, getParameter, getParameterMap, getParameterNames, getParameterValues, getPortalContext, getPortletMode, getPortletRequest, getPortletSession, getPortletSession, getPreferences, getProperties, getProperty, getPropertyNames, getRequestedSessionId, getResponseContentType, getResponseContentTypes, getScheme, getServerName, getServerPort, getUserPrincipal, getWindowState, isPortletModeAllowed, isRequestedSessionIdValid, isSecure, isUserInRole, isWindowStateAllowed, removeAttribute, setAttribute, setPortletRequest
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.portlet.PortletRequest
getAttribute, getAttributeNames, getAuthType, getContextPath, getLocale, getLocales, getParameter, getParameterMap, getParameterNames, getParameterValues, getPortalContext, getPortletMode, getPortletSession, getPortletSession, getPreferences, getProperties, getProperty, getPropertyNames, getRequestedSessionId, getResponseContentType, getResponseContentTypes, getScheme, getServerName, getServerPort, getUserPrincipal, getWindowState, isPortletModeAllowed, isRequestedSessionIdValid, isSecure, isUserInRole, isWindowStateAllowed, removeAttribute, setAttribute
 

Constructor Detail

ProtectedActionRequest

public ProtectedActionRequest(javax.portlet.ActionRequest req,
                              java.lang.String remoteUser)
Method Detail

getRemoteUser

public java.lang.String getRemoteUser()
Specified by:
getRemoteUser in interface javax.portlet.PortletRequest
Overrides:
getRemoteUser in class PortletRequestWrapper