Class SavedRequest
java.lang.Object
org.apache.catalina.authenticator.SavedRequest
- All Implemented Interfaces:
- Serializable
Object that saves the critical information from a request so that form-based authentication can reproduce it once the
 user has been authenticated.
 
IMPLEMENTATION NOTE - It is assumed that this object is accessed only from the context of a single thread, so no synchronization around internal collection classes is performed.
- Author:
- Craig R. McClanahan
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidvoidvoidgetBody()getHeaderValues(String name) intvoidvoidsetContentType(String contentType) voidsetDecodedRequestURI(String decodedRequestURI) voidvoidsetOriginalMaxInactiveInterval(int originalMaxInactiveInterval) voidsetQueryString(String queryString) voidsetRequestURI(String requestURI) 
- 
Constructor Details- 
SavedRequestpublic SavedRequest()
 
- 
- 
Method Details- 
addCookie
- 
getCookies
- 
addHeader
- 
getHeaderNames
- 
getHeaderValues
- 
addLocale
- 
getLocales
- 
getMethod
- 
setMethod
- 
getQueryString
- 
setQueryString
- 
getRequestURI
- 
setRequestURI
- 
getDecodedRequestURI
- 
setDecodedRequestURI
- 
getBody
- 
setBody
- 
getContentType
- 
setContentType
- 
getOriginalMaxInactiveIntervalpublic int getOriginalMaxInactiveInterval()
- 
setOriginalMaxInactiveIntervalpublic void setOriginalMaxInactiveInterval(int originalMaxInactiveInterval) 
 
-