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.
- See Also:
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidgetBody()getHeaderValues(String name) intDeprecated.This method will be removed in Tomcat 12.0.x onwards.voidvoidsetContentType(String contentType) voidsetDecodedRequestURI(String decodedRequestURI) voidvoidsetOriginalMaxInactiveInterval(int originalMaxInactiveInterval) voidsetQueryString(String queryString) voidsetRequestURI(String requestURI)  
- 
Constructor Details
- 
SavedRequest
public SavedRequest() 
 - 
 - 
Method Details
- 
addCookie
 - 
getCookies
 - 
addHeader
 - 
getHeaderNames
 - 
getHeaderValues
 - 
addLocale
 - 
getLocales
 - 
getMethod
 - 
setMethod
 - 
getQueryString
 - 
setQueryString
 - 
getRequestURI
 - 
setRequestURI
 - 
getDecodedRequestURI
 - 
setDecodedRequestURI
 - 
getBody
 - 
setBody
 - 
getContentType
 - 
setContentType
 - 
getOriginalMaxInactiveIntervalOptional
 - 
getOriginalMaxInactiveInterval
Deprecated.This method will be removed in Tomcat 12.0.x onwards. UsegetOriginalMaxInactiveIntervalOptional()Obtain the original session maxInactiveInterval.- Returns:
 - the original session maxInactiveInterval
 
 - 
setOriginalMaxInactiveInterval
public void setOriginalMaxInactiveInterval(int originalMaxInactiveInterval)  
 -