Class ForwardAuthenticationFailureHandler
java.lang.Object
org.springframework.security.web.authentication.ForwardAuthenticationFailureHandler
- All Implemented Interfaces:
AuthenticationFailureHandler
public class ForwardAuthenticationFailureHandler
extends Object
implements AuthenticationFailureHandler
Forward Authentication Failure Handler
- Since:
- 4.1
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onAuthenticationFailure
(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, AuthenticationException exception) Called when an authentication attempt fails.
-
Constructor Details
-
ForwardAuthenticationFailureHandler
- Parameters:
forwardUrl
-
-
-
Method Details
-
onAuthenticationFailure
public void onAuthenticationFailure(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, AuthenticationException exception) throws IOException, jakarta.servlet.ServletException Description copied from interface:AuthenticationFailureHandler
Called when an authentication attempt fails.- Specified by:
onAuthenticationFailure
in interfaceAuthenticationFailureHandler
- Parameters:
request
- the request during which the authentication attempt occurred.response
- the response.exception
- the exception which was thrown to reject the authentication request.- Throws:
IOException
jakarta.servlet.ServletException
-