Class AjaxAwareLoginUrlAuthenticationEntryPoint

  • All Implemented Interfaces:
    org.springframework.beans.factory.InitializingBean, org.springframework.security.web.AuthenticationEntryPoint

    public class AjaxAwareLoginUrlAuthenticationEntryPoint
    extends org.springframework.security.web.authentication.LoginUrlAuthenticationEntryPoint
    Author:
    bchild
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void commence​(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.security.core.AuthenticationException authException)  
      • Methods inherited from class org.springframework.security.web.authentication.LoginUrlAuthenticationEntryPoint

        afterPropertiesSet, buildHttpsRedirectUrlForRequest, buildRedirectUrlToLoginPage, determineUrlToUseForThisRequest, getLoginFormUrl, getPortMapper, getPortResolver, isForceHttps, isUseForward, setForceHttps, setPortMapper, setPortResolver, setUseForward
    • Method Detail

      • commence

        public void commence​(javax.servlet.http.HttpServletRequest request,
                             javax.servlet.http.HttpServletResponse response,
                             org.springframework.security.core.AuthenticationException authException)
                      throws IOException,
                             javax.servlet.ServletException
        Specified by:
        commence in interface org.springframework.security.web.AuthenticationEntryPoint
        Overrides:
        commence in class org.springframework.security.web.authentication.LoginUrlAuthenticationEntryPoint
        Throws:
        IOException
        javax.servlet.ServletException