Package sk.iway.iwcm.system.spring
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
onAuthenticationFailure
(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, org.springframework.security.core.AuthenticationException arg2)
-
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 interfaceorg.springframework.security.web.authentication.AuthenticationFailureHandler
- Throws:
IOException
javax.servlet.ServletException
-