com.liferay.portal.kernel.portlet
Class ProtectedRenderRequest

java.lang.Object
  extended bycom.liferay.portal.kernel.portlet.PortletRequestWrapper
      extended bycom.liferay.portal.kernel.portlet.RenderRequestWrapper
          extended bycom.liferay.portal.kernel.portlet.ProtectedRenderRequest
All Implemented Interfaces:
javax.portlet.PortletRequest, javax.portlet.RenderRequest

public class ProtectedRenderRequest
extends RenderRequestWrapper

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
ProtectedRenderRequest(javax.portlet.RenderRequest req, java.lang.String remoteUser)
           
 
Method Summary
 java.lang.String getRemoteUser()
           
 
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

ProtectedRenderRequest

public ProtectedRenderRequest(javax.portlet.RenderRequest 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