public class OAuth2LoginUrlAuthenticationEntryPoint
extends org.springframework.security.web.authentication.LoginUrlAuthenticationEntryPoint
| 构造器和说明 |
|---|
OAuth2LoginUrlAuthenticationEntryPoint(String loginFormUrl) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected String |
buildHttpsRedirectUrlForRequest(javax.servlet.http.HttpServletRequest request) |
protected String |
buildRedirectUrlToLoginPage(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.security.core.AuthenticationException authException) |
public OAuth2LoginUrlAuthenticationEntryPoint(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 buildRedirectUrlToLoginPage(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.security.core.AuthenticationException authException)
buildRedirectUrlToLoginPage 在类中 org.springframework.security.web.authentication.LoginUrlAuthenticationEntryPointprotected String buildHttpsRedirectUrlForRequest(javax.servlet.http.HttpServletRequest request) throws IOException, javax.servlet.ServletException
buildHttpsRedirectUrlForRequest 在类中 org.springframework.security.web.authentication.LoginUrlAuthenticationEntryPointIOExceptionjavax.servlet.ServletExceptionCopyright © 2023. All rights reserved.