Class ReleaseAuthenticationFailureHandler
- java.lang.Object
-
- com.xebialabs.deployit.plumbing.authentication.ReleaseAuthenticationFailureHandler
-
- All Implemented Interfaces:
org.springframework.security.web.authentication.AuthenticationFailureHandler
public class ReleaseAuthenticationFailureHandler extends java.lang.Object implements org.springframework.security.web.authentication.AuthenticationFailureHandler
-
-
Constructor Summary
Constructors Constructor Description ReleaseAuthenticationFailureHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidonAuthenticationFailure(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.security.core.AuthenticationException exception)
-
-
-
Method Detail
-
onAuthenticationFailure
public void onAuthenticationFailure(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.security.core.AuthenticationException exception) throws java.io.IOException- Specified by:
onAuthenticationFailurein interfaceorg.springframework.security.web.authentication.AuthenticationFailureHandler- Throws:
java.io.IOException
-
-