Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.securityfilter.filter
Class SavedRequest  view SavedRequest download SavedRequest.java

java.lang.Object
  extended byorg.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 $

Field Summary
private  java.lang.String method
           
private  java.util.Map parameterMap
           
 
Constructor Summary
SavedRequest(javax.servlet.http.HttpServletRequest request)
          Constructor
 
Method Summary
 java.lang.String getMethod()
          Get the HTTP method
 java.util.Map getParameterMap()
          Get a map of parameters (names & values)
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

parameterMap

private java.util.Map parameterMap

method

private java.lang.String method
Constructor Detail

SavedRequest

public SavedRequest(javax.servlet.http.HttpServletRequest request)
Constructor

Method Detail

getParameterMap

public java.util.Map getParameterMap()
Get a map of parameters (names & values)


getMethod

public java.lang.String getMethod()
Get the HTTP method