Class HttpRequestCallback

java.lang.Object
org.apache.wiki.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
See Also:
or, methods.
  • Constructor Details

  • Method Details

    • setRequest

      public void setRequest​(javax.servlet.http.HttpServletRequest request)
      Sets the request object. CallbackHandler objects call this method..
      Parameters:
      request - the servlet request
    • getRequest

      public javax.servlet.http.HttpServletRequest getRequest()
      Returns the request object. LoginModules call this method after a CallbackHandler sets the request.
      Returns:
      the servlet request