Uses of Class
jakarta.security.enterprise.AuthenticationException
| Package | Description |
|---|---|
| jakarta.security.enterprise.authentication.mechanism.http |
The HTTP authentication mechanism API package.
|
-
Uses of AuthenticationException in jakarta.security.enterprise.authentication.mechanism.http
Methods in jakarta.security.enterprise.authentication.mechanism.http that throw AuthenticationException Modifier and Type Method Description default AuthenticationStatusHttpAuthenticationMechanism. secureResponse(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, HttpMessageContext httpMessageContext)Secure the response, optionally.AuthenticationStatusHttpAuthenticationMechanism. validateRequest(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, HttpMessageContext httpMessageContext)Authenticate an HTTP request.