|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.servlet.ServletRequestWrapper
javax.servlet.http.HttpServletRequestWrapper
org.eclipse.jetty.security.authentication.FormAuthenticator.FormRequest
protected static class FormAuthenticator.FormRequest
| Field Summary |
|---|
| Fields inherited from interface javax.servlet.http.HttpServletRequest |
|---|
BASIC_AUTH, CLIENT_CERT_AUTH, DIGEST_AUTH, FORM_AUTH |
| Constructor Summary | |
|---|---|
FormAuthenticator.FormRequest(HttpServletRequest request)
|
|
| Method Summary | |
|---|---|
long |
getDateHeader(java.lang.String name)
The default behavior of this method is to return getDateHeader(String name) on the wrapped request object. |
java.lang.String |
getHeader(java.lang.String name)
The default behavior of this method is to return getHeader(String name) on the wrapped request object. |
java.util.Enumeration |
getHeaderNames()
The default behavior of this method is to return getHeaderNames() on the wrapped request object. |
java.util.Enumeration |
getHeaders(java.lang.String name)
The default behavior of this method is to return getHeaders(String name) on the wrapped request object. |
| Methods inherited from class javax.servlet.http.HttpServletRequestWrapper |
|---|
authenticate, getAuthType, getContextPath, getCookies, getIntHeader, getMethod, getPart, getParts, getPathInfo, getPathTranslated, getQueryString, getRemoteUser, getRequestedSessionId, getRequestURI, getRequestURL, getServletPath, getSession, getSession, getUserPrincipal, isRequestedSessionIdFromCookie, isRequestedSessionIdFromUrl, isRequestedSessionIdFromURL, isRequestedSessionIdValid, isUserInRole, login, logout |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FormAuthenticator.FormRequest(HttpServletRequest request)
| Method Detail |
|---|
public long getDateHeader(java.lang.String name)
HttpServletRequestWrapper
getDateHeader in interface HttpServletRequestgetDateHeader in class HttpServletRequestWrappername - a String specifying the
name of the header
long value
representing the date specified
in the header expressed as
the number of milliseconds
since January 1, 1970 GMT,
or -1 if the named header
was not included with the
requestpublic java.lang.String getHeader(java.lang.String name)
HttpServletRequestWrapper
getHeader in interface HttpServletRequestgetHeader in class HttpServletRequestWrappername - a String specifying the
header name
String containing the
value of the requested
header, or null
if the request does not
have a header of that namepublic java.util.Enumeration getHeaderNames()
HttpServletRequestWrapper
getHeaderNames in interface HttpServletRequestgetHeaderNames in class HttpServletRequestWrappernullpublic java.util.Enumeration getHeaders(java.lang.String name)
HttpServletRequestWrapper
getHeaders in interface HttpServletRequestgetHeaders in class HttpServletRequestWrappername - a String specifying the
header name
Enumeration containing
the values of the requested header. If
the request does not have any headers of
that name return an empty
enumeration. If
the container does not allow access to
header information, return null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||