com.ecyrd.jspwiki.auth.login
Class HttpRequestCallback
java.lang.Object
com.ecyrd.jspwiki.auth.login.HttpRequestCallback
- All Implemented Interfaces:
- Callback
public class HttpRequestCallback
- extends Object
- implements Callback
Callback for requesting and supplying a HttpServletRequest required by a
LoginModule. This Callback is used by LoginModules needing access to the
servlet request.
- Since:
- 2.3
- Author:
- Andrew Jaquith
- See Also:
or
,
methods.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HttpRequestCallback
public HttpRequestCallback()
setRequest
public void setRequest(HttpServletRequest request)
- Sets the request object. CallbackHandler objects call this method..
- Parameters:
request
- the servlet request
getRequest
public HttpServletRequest getRequest()
- Returns the request object. LoginModules call this method after a
CallbackHandler sets the request.
- Returns:
- the servlet request