Interface Authentication.Wrapped
- All Superinterfaces:
 Authentication, Request.AuthenticationState
- 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 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 Authentication
NOT_CHECKED, SEND_CONTINUE, SEND_FAILURE, SEND_SUCCESS, UNAUTHENTICATED - 
Method Summary
Modifier and TypeMethodDescriptionjakarta.servlet.http.HttpServletRequestjakarta.servlet.http.HttpServletResponseMethods inherited from interface Request.AuthenticationState
getUserPrincipal 
- 
Method Details
- 
getHttpServletRequest
jakarta.servlet.http.HttpServletRequest getHttpServletRequest() - 
getHttpServletResponse
jakarta.servlet.http.HttpServletResponse getHttpServletResponse() 
 -