AuthenticationStatus |
HttpMessageContext.doNothing() |
Instructs the container to "do nothing".
|
AuthenticationStatus |
HttpMessageContextWrapper.doNothing() |
|
AuthenticationStatus |
HttpMessageContext.forward(java.lang.String path) |
Forwards to another resource (Jakarta Servlet, Jakarta Server Pages file, or HTML file) on the server.
|
AuthenticationStatus |
HttpMessageContextWrapper.forward(java.lang.String path) |
|
AuthenticationStatus |
HttpMessageContext.notifyContainerAboutLogin(CredentialValidationResult result) |
Convenience method intended to pass the CredentialValidationResult result of an
identity store directly on to the container.
|
AuthenticationStatus |
HttpMessageContext.notifyContainerAboutLogin(java.lang.String callername,
java.util.Set<java.lang.String> groups) |
|
AuthenticationStatus |
HttpMessageContext.notifyContainerAboutLogin(java.security.Principal principal,
java.util.Set<java.lang.String> groups) |
|
AuthenticationStatus |
HttpMessageContextWrapper.notifyContainerAboutLogin(CredentialValidationResult result) |
|
AuthenticationStatus |
HttpMessageContextWrapper.notifyContainerAboutLogin(java.lang.String username,
java.util.Set<java.lang.String> roles) |
|
AuthenticationStatus |
HttpMessageContextWrapper.notifyContainerAboutLogin(java.security.Principal principal,
java.util.Set<java.lang.String> roles) |
|
AuthenticationStatus |
HttpMessageContext.redirect(java.lang.String location) |
Sets the response status to SC_FOUND 302 (Found)
|
AuthenticationStatus |
HttpMessageContextWrapper.redirect(java.lang.String location) |
|
AuthenticationStatus |
HttpMessageContext.responseNotFound() |
Sets the response status to 404 (not found).
|
AuthenticationStatus |
HttpMessageContextWrapper.responseNotFound() |
|
AuthenticationStatus |
HttpMessageContext.responseUnauthorized() |
Sets the response status to 401 (unauthorized).
|
AuthenticationStatus |
HttpMessageContextWrapper.responseUnauthorized() |
|
default AuthenticationStatus |
HttpAuthenticationMechanism.secureResponse(jakarta.servlet.http.HttpServletRequest request,
jakarta.servlet.http.HttpServletResponse response,
HttpMessageContext httpMessageContext) |
Secure the response, optionally.
|
AuthenticationStatus |
HttpAuthenticationMechanismWrapper.secureResponse(jakarta.servlet.http.HttpServletRequest request,
jakarta.servlet.http.HttpServletResponse response,
HttpMessageContext httpMessageContext) |
|
AuthenticationStatus |
HttpAuthenticationMechanism.validateRequest(jakarta.servlet.http.HttpServletRequest request,
jakarta.servlet.http.HttpServletResponse response,
HttpMessageContext httpMessageContext) |
Authenticate an HTTP request.
|
AuthenticationStatus |
HttpAuthenticationMechanismWrapper.validateRequest(jakarta.servlet.http.HttpServletRequest request,
jakarta.servlet.http.HttpServletResponse response,
HttpMessageContext httpMessageContext) |
|