public class ConfigAwareLoginUrlAuthenticationEntryPoint
extends org.springframework.security.web.authentication.LoginUrlAuthenticationEntryPoint
LoginUrlAuthenticationEntryPoint
that uses site config to override propertiesModifier and Type | Field and Description |
---|---|
static String |
LOGIN_FORM_URL_KEY |
Constructor and Description |
---|
ConfigAwareLoginUrlAuthenticationEntryPoint(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 static final String LOGIN_FORM_URL_KEY
public ConfigAwareLoginUrlAuthenticationEntryPoint(String loginFormUrl)
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 © 2021 CrafterCMS. All rights reserved.