Class SavedRequest
java.lang.Object
org.apache.shiro.web.util.SavedRequest
- All Implemented Interfaces:
Serializable
Maintains request data for a request that was redirected, so that after authentication
the user can be redirected to the originally requested page.
- Since:
- 0.9
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSavedRequest(javax.servlet.http.HttpServletRequest request) Constructs a new instance from the given HTTP request. -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
SavedRequest
Constructs a new instance from the given HTTP request.- Parameters:
request- the current request to save.
-
-
Method Details
-
getMethod
-
getQueryString
-
getRequestURI
-
getRequestUrl
-