public class AuthenticateUserController
extends org.springframework.web.servlet.mvc.AbstractController
Constructor and Description |
---|
AuthenticateUserController() |
Modifier and Type | Method and Description |
---|---|
org.springframework.security.web.authentication.AuthenticationSuccessHandler |
getAuthenticationSuccessHandler() |
String |
getLoginFailedView() |
String |
getLoginView() |
protected org.springframework.web.servlet.ModelAndView |
handleRequestInternal(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
void |
setAuthenticationSuccessHandler(org.springframework.security.web.authentication.AuthenticationSuccessHandler authenticationSuccessHandler) |
void |
setLoginFailedView(String loginFailedView) |
void |
setLoginView(String loginView) |
handleRequest, isSynchronizeOnSession, setSynchronizeOnSession
applyCacheSeconds, applyCacheSeconds, cacheForSeconds, cacheForSeconds, checkAndPrepare, checkAndPrepare, getCacheSeconds, getSupportedMethods, isAlwaysMustRevalidate, isRequireSession, isUseCacheControlHeader, isUseCacheControlNoStore, isUseExpiresHeader, preventCaching, setAlwaysMustRevalidate, setCacheSeconds, setRequireSession, setSupportedMethods, setUseCacheControlHeader, setUseCacheControlNoStore, setUseExpiresHeader
getServletContext, getTempDir, getWebApplicationContext, initApplicationContext, initServletContext, isContextRequired, setServletContext
public org.springframework.security.web.authentication.AuthenticationSuccessHandler getAuthenticationSuccessHandler()
public String getLoginFailedView()
public String getLoginView()
protected org.springframework.web.servlet.ModelAndView handleRequestInternal(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws Exception
handleRequestInternal
in class org.springframework.web.servlet.mvc.AbstractController
Exception
public void setAuthenticationSuccessHandler(org.springframework.security.web.authentication.AuthenticationSuccessHandler authenticationSuccessHandler)
public void setLoginFailedView(String loginFailedView)
loginFailedView
- the loginFailedView to setpublic void setLoginView(String loginView)
loginView
- the loginView to setCopyright © 2019 Communote team. All rights reserved.