Class WithoutRedirectLoginSuccessHandler
- java.lang.Object
-
- com.xebialabs.deployit.plumbing.authentication.WithoutRedirectLoginSuccessHandler
-
- All Implemented Interfaces:
org.springframework.security.web.authentication.AuthenticationSuccessHandler
public class WithoutRedirectLoginSuccessHandler extends java.lang.Object implements org.springframework.security.web.authentication.AuthenticationSuccessHandlerUsed to avoid default redirect on login that is not supported by our acceptance test launcher. https://github.com/karma-runner/karma/issues/127
-
-
Constructor Summary
Constructors Constructor Description WithoutRedirectLoginSuccessHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidonAuthenticationSuccess(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.security.core.Authentication authentication)
-
-
-
Method Detail
-
onAuthenticationSuccess
public void onAuthenticationSuccess(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.security.core.Authentication authentication) throws java.io.IOException, javax.servlet.ServletException- Specified by:
onAuthenticationSuccessin interfaceorg.springframework.security.web.authentication.AuthenticationSuccessHandler- Throws:
java.io.IOExceptionjavax.servlet.ServletException
-
-