public class BackofficeAuthenticationSuccessHandler
extends org.springframework.security.web.authentication.SavedRequestAwareAuthenticationSuccessHandler
| Constructor and Description |
|---|
BackofficeAuthenticationSuccessHandler() |
| Modifier and Type | Method and Description |
|---|---|
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) |
setRequestCacheclearAuthenticationAttributesdetermineTargetUrl, getDefaultTargetUrl, getRedirectStrategy, getTargetUrlParameter, handle, isAlwaysUseDefaultTargetUrl, setAlwaysUseDefaultTargetUrl, setDefaultTargetUrl, setRedirectStrategy, setTargetUrlParameter, setUseRefererpublic 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 final BackofficeAuthenticationDetails getDetails(org.springframework.security.core.Authentication authentication)
public void setCockpitUserService(CockpitUserService cockpitUserService)
public void setCockpitLocaleService(CockpitLocaleService cockpitLocaleService)
public TypedSettingsMap getSessionLoginInfoModel(javax.servlet.ServletContext servletContext)
public void setLoginInfoSessionBeanName(String loginInfoSessionBeanName)
public String getLoginInfoSessionBeanName()
Copyright © 2018. All rights reserved.