Class AuthFailed

java.lang.Object
sk.iway.iwcm.system.spring.AuthFailed
All Implemented Interfaces:
org.springframework.security.web.authentication.AuthenticationFailureHandler

public class AuthFailed extends Object implements org.springframework.security.web.authentication.AuthenticationFailureHandler
  • Constructor Details

    • AuthFailed

      public AuthFailed()
  • Method Details

    • onAuthenticationFailure

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