public class EmbeddedLoginAuthenticationFailureHandler extends Object implements org.springframework.security.web.authentication.AuthenticationFailureHandler
| Constructor and Description |
|---|
EmbeddedLoginAuthenticationFailureHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
onAuthenticationFailure(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.security.core.AuthenticationException exception) |
public EmbeddedLoginAuthenticationFailureHandler()
public void onAuthenticationFailure(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.security.core.AuthenticationException exception)
throws IOException
onAuthenticationFailure in interface org.springframework.security.web.authentication.AuthenticationFailureHandlerIOExceptionCopyright © 2021. All rights reserved.