我怎么能在SavedRequestAwareAuthenticationSuccessHandler上注入spring-data存储库

时间:2013-05-27 15:33:31

标签: spring spring-mvc spring-security spring-data-jpa

我有这样的自定义身份验证成功处理程序:

public class CustomAuthenticationHandler extends SavedRequestAwareAuthenticationSuccessHandler{

  public void onAuthenticationSuccess(HttpServletRequest request,
        HttpServletResponse response, Authentication authentication)
        throws ServletException, IOException {

     ....
  }
}

我怎么能在这里注入我的Spring-Data存储库?我尝试用不同的方式做但没有成功。 = /

0 个答案:

没有答案