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 |
|---|---|
org.springframework.security.web.authentication.AuthenticationFailureHandler |
getDelegate() |
void |
onAuthenticationFailure(HttpServletRequest request,
HttpServletResponse response,
org.springframework.security.core.AuthenticationException failed) |
public SocialAuthenticationFailureHandler(org.springframework.security.web.authentication.AuthenticationFailureHandler delegate)
public void onAuthenticationFailure(HttpServletRequest request, HttpServletResponse response, org.springframework.security.core.AuthenticationException failed) throws IOException, ServletException
onAuthenticationFailure in interface org.springframework.security.web.authentication.AuthenticationFailureHandlerIOExceptionServletExceptionpublic org.springframework.security.web.authentication.AuthenticationFailureHandler getDelegate()