java.lang.Object
org.securityfilter.filter.SavedRequest
- All Implemented Interfaces:
- java.io.Serializable
- public class SavedRequest
- extends java.lang.Object
- implements java.io.Serializable
SavedRequest represents a request that initiated an authorization sequence.
It saves the parameterMap and (HTTP) Method of the original request to be used after the user is authenticated
and the original request information is needed for processing.
- Version:
- $Revision: 1.7 $ $Date: 2003/07/07 03:31:54 $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
parameterMap
private java.util.Map parameterMap
method
private java.lang.String method
SavedRequest
public SavedRequest(javax.servlet.http.HttpServletRequest request)
- Constructor
getParameterMap
public java.util.Map getParameterMap()
- Get a map of parameters (names & values)
getMethod
public java.lang.String getMethod()
- Get the HTTP method