Interface Authentication.Wrapped

  • All Superinterfaces:
    Authentication
    Enclosing interface:
    Authentication

    public static interface Authentication.Wrapped
    extends Authentication
    A wrapped authentication with methods provide the wrapped request/response for use by the application
    • Method Detail

      • getHttpServletRequest

        javax.servlet.http.HttpServletRequest getHttpServletRequest()
      • getHttpServletResponse

        javax.servlet.http.HttpServletResponse getHttpServletResponse()