Uses of Class
jakarta.security.enterprise.AuthenticationException
-
Packages that use 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 AuthenticationStatus
HttpAuthenticationMechanism. secureResponse(HttpServletRequest request, HttpServletResponse response, HttpMessageContext httpMessageContext)
Secure the response, optionally.AuthenticationStatus
HttpAuthenticationMechanismWrapper. secureResponse(HttpServletRequest request, HttpServletResponse response, HttpMessageContext httpMessageContext)
AuthenticationStatus
HttpAuthenticationMechanism. validateRequest(HttpServletRequest request, HttpServletResponse response, HttpMessageContext httpMessageContext)
Authenticate an HTTP request.AuthenticationStatus
HttpAuthenticationMechanismWrapper. validateRequest(HttpServletRequest request, HttpServletResponse response, HttpMessageContext httpMessageContext)
-