protected static class FormAuthenticator.FormRequest extends HttpServletRequestWrapper
BASIC_AUTH, CLIENT_CERT_AUTH, DIGEST_AUTH, FORM_AUTH| Constructor and Description |
|---|
FormAuthenticator.FormRequest(HttpServletRequest request) |
| Modifier and Type | Method and Description |
|---|---|
long |
getDateHeader(String name) |
String |
getHeader(String name) |
Enumeration |
getHeaderNames() |
Enumeration |
getHeaders(String name) |
getAuthType, getContextPath, getCookies, getIntHeader, getMethod, getPathInfo, getPathTranslated, getQueryString, getRemoteUser, getRequestedSessionId, getRequestURI, getRequestURL, getServletPath, getSession, getSession, getUserPrincipal, isRequestedSessionIdFromCookie, isRequestedSessionIdFromUrl, isRequestedSessionIdFromURL, isRequestedSessionIdValid, isUserInRolegetAttribute, getAttributeNames, getCharacterEncoding, getContentLength, getContentType, getInputStream, getLocalAddr, getLocale, getLocales, getLocalName, getLocalPort, getParameter, getParameterMap, getParameterNames, getParameterValues, getProtocol, getReader, getRealPath, getRemoteAddr, getRemoteHost, getRemotePort, getRequest, getRequestDispatcher, getScheme, getServerName, getServerPort, isSecure, removeAttribute, setAttribute, setCharacterEncoding, setRequestclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAttribute, getAttributeNames, getCharacterEncoding, getContentLength, getContentType, getInputStream, getLocalAddr, getLocale, getLocales, getLocalName, getLocalPort, getParameter, getParameterMap, getParameterNames, getParameterValues, getProtocol, getReader, getRealPath, getRemoteAddr, getRemoteHost, getRemotePort, getRequestDispatcher, getScheme, getServerName, getServerPort, isSecure, removeAttribute, setAttribute, setCharacterEncodingpublic FormAuthenticator.FormRequest(HttpServletRequest request)
public long getDateHeader(String name)
getDateHeader in interface HttpServletRequestgetDateHeader in class HttpServletRequestWrapperpublic String getHeader(String name)
getHeader in interface HttpServletRequestgetHeader in class HttpServletRequestWrapperpublic Enumeration getHeaderNames()
getHeaderNames in interface HttpServletRequestgetHeaderNames in class HttpServletRequestWrapperpublic Enumeration getHeaders(String name)
getHeaders in interface HttpServletRequestgetHeaders in class HttpServletRequestWrapperCopyright © 1995-2013 Mort Bay Consulting. All Rights Reserved.