public class BackofficeAuthenticationSuccessHandler
extends org.springframework.security.web.authentication.SavedRequestAwareAuthenticationSuccessHandler
| Modifier and Type | Field and Description |
|---|---|
static String |
BO_LOGIN_BOOKMARK |
| Constructor and Description |
|---|
BackofficeAuthenticationSuccessHandler() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
clearLoginHandlerCredentials(javax.servlet.ServletContext servletContext) |
protected String |
determineTargetUrl(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
CockpitLocaleService |
getCockpitLocaleService() |
CockpitUserService |
getCockpitUserService() |
protected BackofficeAuthenticationDetails |
getDetails(org.springframework.security.core.Authentication authentication) |
String |
getLoginInfoSessionBeanName() |
TypedSettingsMap |
getSessionLoginInfoModel(javax.servlet.ServletContext servletContext) |
void |
onAuthenticationSuccess(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.security.core.Authentication authentication) |
void |
setCockpitLocaleService(CockpitLocaleService cockpitLocaleService) |
void |
setCockpitUserService(CockpitUserService cockpitUserService) |
void |
setLoginInfoSessionBeanName(String loginInfoSessionBeanName) |
setRequestCacheclearAuthenticationAttributesgetDefaultTargetUrl, getRedirectStrategy, getTargetUrlParameter, handle, isAlwaysUseDefaultTargetUrl, setAlwaysUseDefaultTargetUrl, setDefaultTargetUrl, setRedirectStrategy, setTargetUrlParameter, setUseRefererpublic static final String BO_LOGIN_BOOKMARK
public BackofficeAuthenticationSuccessHandler()
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 org.springframework.security.web.authentication.SavedRequestAwareAuthenticationSuccessHandlerjavax.servlet.ServletExceptionIOExceptionprotected void clearLoginHandlerCredentials(javax.servlet.ServletContext servletContext)
protected final BackofficeAuthenticationDetails getDetails(org.springframework.security.core.Authentication authentication)
protected String determineTargetUrl(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
determineTargetUrl in class org.springframework.security.web.authentication.AbstractAuthenticationTargetUrlRequestHandlerpublic TypedSettingsMap getSessionLoginInfoModel(javax.servlet.ServletContext servletContext)
public String getLoginInfoSessionBeanName()
public void setLoginInfoSessionBeanName(String loginInfoSessionBeanName)
public CockpitUserService getCockpitUserService()
public void setCockpitUserService(CockpitUserService cockpitUserService)
public CockpitLocaleService getCockpitLocaleService()
public void setCockpitLocaleService(CockpitLocaleService cockpitLocaleService)
Copyright © 2018. All rights reserved.