Spring Social

org.springframework.social.security
Class SocialAuthenticationFailureHandler

java.lang.Object
  extended by org.springframework.social.security.SocialAuthenticationFailureHandler
All Implemented Interfaces:
org.springframework.security.web.authentication.AuthenticationFailureHandler

public class SocialAuthenticationFailureHandler
extends java.lang.Object
implements org.springframework.security.web.authentication.AuthenticationFailureHandler

Author:
Craig Walls

Constructor Summary
SocialAuthenticationFailureHandler(org.springframework.security.web.authentication.AuthenticationFailureHandler delegate)
           
 
Method Summary
 void onAuthenticationFailure(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.security.core.AuthenticationException failed)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SocialAuthenticationFailureHandler

public SocialAuthenticationFailureHandler(org.springframework.security.web.authentication.AuthenticationFailureHandler delegate)
Method Detail

onAuthenticationFailure

public void onAuthenticationFailure(javax.servlet.http.HttpServletRequest request,
                                    javax.servlet.http.HttpServletResponse response,
                                    org.springframework.security.core.AuthenticationException failed)
                             throws java.io.IOException,
                                    javax.servlet.ServletException
Specified by:
onAuthenticationFailure in interface org.springframework.security.web.authentication.AuthenticationFailureHandler
Throws:
java.io.IOException
javax.servlet.ServletException

Spring Social