public class ResetConfigurationAuthenticationSuccessHandler extends BackofficeAuthenticationSuccessHandler
| Constructor and Description |
|---|
ResetConfigurationAuthenticationSuccessHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
onAuthenticationSuccess(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.security.core.Authentication authentication) |
void |
resetCockpitConfigXml() |
void |
resetIfConfigured() |
protected void |
resetIfConfigured(String trigger) |
void |
resetWidgetsXml() |
void |
setCockpitConfigurationService(CockpitConfigurationService cockpitConfigurationService) |
void |
setResetStrategy(ResetConfigurationStrategy resetStrategy) |
void |
setWidgetPersistenceService(WidgetPersistenceService widgetPersistenceService) |
getDetails, getLoginInfoSessionBeanName, getSessionLoginInfoModel, setCockpitLocaleService, setCockpitUserService, setLoginInfoSessionBeanNamesetRequestCacheclearAuthenticationAttributesdetermineTargetUrl, getDefaultTargetUrl, getRedirectStrategy, getTargetUrlParameter, handle, isAlwaysUseDefaultTargetUrl, setAlwaysUseDefaultTargetUrl, setDefaultTargetUrl, setRedirectStrategy, setTargetUrlParameter, setUseRefererpublic ResetConfigurationAuthenticationSuccessHandler()
public void setCockpitConfigurationService(CockpitConfigurationService cockpitConfigurationService)
public void setWidgetPersistenceService(WidgetPersistenceService widgetPersistenceService)
public void setResetStrategy(ResetConfigurationStrategy resetStrategy)
protected void resetIfConfigured(String trigger)
@PostConstruct public void resetIfConfigured()
public void onAuthenticationSuccess(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.security.core.Authentication authentication)
throws javax.servlet.ServletException,
IOException
onAuthenticationSuccess in interface org.springframework.security.web.authentication.AuthenticationSuccessHandleronAuthenticationSuccess in class BackofficeAuthenticationSuccessHandlerjavax.servlet.ServletExceptionIOExceptionpublic void resetCockpitConfigXml()
public void resetWidgetsXml()
Copyright © 2018. All rights reserved.