public class SocialAuthenticationFailureHandler extends Object implements org.springframework.security.web.authentication.AuthenticationFailureHandler
Constructor and Description |
---|
SocialAuthenticationFailureHandler(org.springframework.security.web.authentication.AuthenticationFailureHandler delegate) |
Modifier and Type | Method and Description |
---|---|
void |
onAuthenticationFailure(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.security.core.AuthenticationException failed) |
public SocialAuthenticationFailureHandler(org.springframework.security.web.authentication.AuthenticationFailureHandler delegate)
public void onAuthenticationFailure(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.security.core.AuthenticationException failed) throws IOException, javax.servlet.ServletException
onAuthenticationFailure
in interface org.springframework.security.web.authentication.AuthenticationFailureHandler
IOException
javax.servlet.ServletException