nl.surfnet.mujina.spring
Class RealAuthenticationFailureHandler

java.lang.Object
  extended by nl.surfnet.mujina.spring.RealAuthenticationFailureHandler
All Implemented Interfaces:
org.springframework.security.web.authentication.AuthenticationFailureHandler

public class RealAuthenticationFailureHandler
extends Object
implements org.springframework.security.web.authentication.AuthenticationFailureHandler


Constructor Summary
RealAuthenticationFailureHandler(org.springframework.security.web.savedrequest.RequestCache requestCache)
           
 
Method Summary
 void onAuthenticationFailure(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.security.core.AuthenticationException authenticationException)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RealAuthenticationFailureHandler

public RealAuthenticationFailureHandler(org.springframework.security.web.savedrequest.RequestCache requestCache)
Method Detail

onAuthenticationFailure

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


Copyright © 2009-2012 SURFnet bv, The Netherlands. All Rights Reserved.