org.seasar.tuigwaa.security
クラス PrincipalHttpServletRequestImpl

java.lang.Object
  拡張org.seasar.framework.mock.servlet.MockHttpServletRequestImpl
      拡張org.seasar.tuigwaa.security.PrincipalHttpServletRequestImpl
すべての実装インタフェース:
javax.servlet.http.HttpServletRequest, org.seasar.framework.mock.servlet.MockHttpServletRequest, javax.servlet.ServletRequest

public class PrincipalHttpServletRequestImpl
extends org.seasar.framework.mock.servlet.MockHttpServletRequestImpl


フィールドの概要
 
インタフェース javax.servlet.http.HttpServletRequest から継承したフィールド
BASIC_AUTH, CLIENT_CERT_AUTH, DIGEST_AUTH, FORM_AUTH
 
コンストラクタの概要
PrincipalHttpServletRequestImpl(javax.servlet.ServletContext servletContext, String servletPath, Principal principal)
           
 
メソッドの概要
static javax.servlet.http.HttpServletRequest getAdminRequest()
           
 Principal getUserPrincipal()
           
 
クラス org.seasar.framework.mock.servlet.MockHttpServletRequestImpl から継承したメソッド
addCookie, addDateHeader, addHeader, addIntHeader, addParameter, addParameter, getAttribute, getAttributeNames, getAuthType, getCharacterEncoding, getContentLength, getContentType, getContextPath, getCookies, getDateHeader, getHeader, getHeaderNames, getHeaders, getInputStream, getIntHeader, getLocalAddr, getLocale, getLocales, getLocalName, getLocalPort, getMethod, getParameter, getParameterMap, getParameterNames, getParameterValues, getPathInfo, getPathTranslated, getProtocol, getQueryString, getReader, getRealPath, getRemoteAddr, getRemoteHost, getRemotePort, getRemoteUser, getRequestDispatcher, getRequestedSessionId, getRequestURI, getRequestURL, getScheme, getServerName, getServerPort, getServletPath, getSession, getSession, isRequestedSessionIdFromCookie, isRequestedSessionIdFromUrl, isRequestedSessionIdFromURL, isRequestedSessionIdValid, isSecure, isUserInRole, removeAttribute, setAttribute, setAuthType, setCharacterEncoding, setContentLength, setContentType, setLocalAddr, setLocale, setLocalName, setLocalPort, setParameter, setParameter, setPathInfo, setPathTranslated, setProtocol, setQueryString, setRemoteAddr, setRemoteHost, setRemotePort, setScheme, setServerName, setServerPort
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

PrincipalHttpServletRequestImpl

public PrincipalHttpServletRequestImpl(javax.servlet.ServletContext servletContext,
                                       String servletPath,
                                       Principal principal)
メソッドの詳細

getUserPrincipal

public Principal getUserPrincipal()

getAdminRequest

public static javax.servlet.http.HttpServletRequest getAdminRequest()


Copyright © 2005-2006 The Seasar Foundation and the others.. All Rights Reserved.