Package org.eclipse.jetty.server
Interface Authentication.Wrapped
-
- All Superinterfaces:
Authentication
- Enclosing interface:
- Authentication
@Deprecated(since="2021-05-27") public static interface Authentication.Wrapped extends Authentication
Deprecated.The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.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
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description HttpServletRequest
getHttpServletRequest()
Deprecated.HttpServletResponse
getHttpServletResponse()
Deprecated.
-
-
-
Method Detail
-
getHttpServletRequest
HttpServletRequest getHttpServletRequest()
Deprecated.
-
getHttpServletResponse
HttpServletResponse getHttpServletResponse()
Deprecated.
-
-