public class RelayStateLoginUrlAuthenticationEntryPoint
extends org.springframework.security.web.authentication.LoginUrlAuthenticationEntryPoint
| Constructor and Description |
|---|
RelayStateLoginUrlAuthenticationEntryPoint(String loginFormUrl) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
determineUrlToUseForThisRequest(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.security.core.AuthenticationException exception) |
afterPropertiesSet, buildHttpsRedirectUrlForRequest, buildRedirectUrlToLoginPage, commence, getLoginFormUrl, getPortMapper, getPortResolver, isForceHttps, isUseForward, setForceHttps, setPortMapper, setPortResolver, setUseForwardpublic RelayStateLoginUrlAuthenticationEntryPoint(String loginFormUrl)
loginFormUrl - URL where the login page can be found. Should either be
relative to the web-app context path (include a leading /) or an absolute
URL.protected String determineUrlToUseForThisRequest(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.security.core.AuthenticationException exception)
determineUrlToUseForThisRequest in class org.springframework.security.web.authentication.LoginUrlAuthenticationEntryPointCopyright © 2019 Atlassian. All rights reserved.