public class AjaxAwareLoginUrlAuthenticationEntryPoint
extends org.springframework.security.web.authentication.LoginUrlAuthenticationEntryPoint
| Constructor and Description |
|---|
AjaxAwareLoginUrlAuthenticationEntryPoint() |
AjaxAwareLoginUrlAuthenticationEntryPoint(String loginFormUrl) |
| Modifier and Type | Method and Description |
|---|---|
void |
commence(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.security.core.AuthenticationException authException) |
protected boolean |
isRestRequest(javax.servlet.http.HttpServletRequest request)
Checks if it is a rest request
|
afterPropertiesSet, buildHttpsRedirectUrlForRequest, buildRedirectUrlToLoginPage, determineUrlToUseForThisRequest, getLoginFormUrl, getPortMapper, getPortResolver, isForceHttps, isUseForward, setForceHttps, setLoginFormUrl, setPortMapper, setPortResolver, setUseForwardpublic AjaxAwareLoginUrlAuthenticationEntryPoint()
public AjaxAwareLoginUrlAuthenticationEntryPoint(String loginFormUrl)
public void commence(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.security.core.AuthenticationException authException)
throws IOException,
javax.servlet.ServletException
commence in interface org.springframework.security.web.AuthenticationEntryPointcommence in class org.springframework.security.web.authentication.LoginUrlAuthenticationEntryPointIOExceptionjavax.servlet.ServletExceptionprotected boolean isRestRequest(javax.servlet.http.HttpServletRequest request)
request - Copyright © 2015. All Rights Reserved.