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, setUseForward
public 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.LoginUrlAuthenticationEntryPoint
Copyright © 2020 Atlassian. All rights reserved.