public class RestAuthenticationFailureHandler extends UsernameStoringAuthenticationFailureHandler
Modifier and Type | Class and Description |
---|---|
static class |
RestAuthenticationFailureHandler.LoginError |
LAST_USERNAME_KEY
Constructor and Description |
---|
RestAuthenticationFailureHandler() |
Modifier and Type | Method and Description |
---|---|
void |
onAuthenticationFailure(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.security.core.AuthenticationException exception) |
storeUsername
public void onAuthenticationFailure(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.security.core.AuthenticationException exception) throws IOException, javax.servlet.ServletException
onAuthenticationFailure
in interface org.springframework.security.web.authentication.AuthenticationFailureHandler
onAuthenticationFailure
in class UsernameStoringAuthenticationFailureHandler
IOException
javax.servlet.ServletException
Copyright © 2020 Atlassian. All rights reserved.