Package org.eclipse.jetty.server
Interface Authentication.Wrapped
- All Superinterfaces:
Authentication
- Enclosing interface:
- Authentication
A wrapped authentication with methods provide the
wrapped request/response for use by the application
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eclipse.jetty.server.Authentication
Authentication.Challenge, Authentication.Deferred, Authentication.Failed, Authentication.Failure, Authentication.LoginAuthentication, Authentication.LogoutAuthentication, Authentication.NonAuthenticated, Authentication.ResponseSent, Authentication.SendSuccess, Authentication.User, Authentication.Wrapped
-
Field Summary
Fields inherited from interface org.eclipse.jetty.server.Authentication
NOT_CHECKED, SEND_CONTINUE, SEND_FAILURE, SEND_SUCCESS, UNAUTHENTICATED
-
Method Summary
Modifier and TypeMethodDescriptionjavax.servlet.http.HttpServletRequest
javax.servlet.http.HttpServletResponse
-
Method Details
-
getHttpServletRequest
javax.servlet.http.HttpServletRequest getHttpServletRequest() -
getHttpServletResponse
javax.servlet.http.HttpServletResponse getHttpServletResponse()
-