Class LDAuthenticationSuccessHandler
- java.lang.Object
 - 
- com.logicaldoc.core.security.spring.LDAuthenticationSuccessHandler
 
 
- 
- All Implemented Interfaces:
 org.springframework.security.web.authentication.AuthenticationSuccessHandler
public class LDAuthenticationSuccessHandler extends Object implements org.springframework.security.web.authentication.AuthenticationSuccessHandler
This handler gets the j_successurl request parameter and use it's value to redirect the user after a successful login.- Since:
 - 7.5
 - Author:
 - Marco Meschieri - LogicalDOC
 
 
- 
- 
Constructor Summary
Constructors Constructor Description LDAuthenticationSuccessHandler() 
- 
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 IOException, javax.servlet.ServletException- Specified by:
 onAuthenticationSuccessin interfaceorg.springframework.security.web.authentication.AuthenticationSuccessHandler- Throws:
 IOExceptionjavax.servlet.ServletException
 
 - 
 
 -