Class SimpleAuthenticationEntryPoint

java.lang.Object
com.erudika.para.server.security.SimpleAuthenticationEntryPoint

public class SimpleAuthenticationEntryPoint extends Object
Authentication entry point.
Author:
Alex Bogdanovski [[email protected]]
  • Constructor Details

    • SimpleAuthenticationEntryPoint

      public SimpleAuthenticationEntryPoint(String loginFormUrl)
      Default constructor.
      Parameters:
      loginFormUrl - url of the login page e.g. "/login.html"
  • Method Details

    • commence

      public void commence(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, org.springframework.security.core.AuthenticationException authException) throws IOException, jakarta.servlet.ServletException
      Throws:
      IOException
      jakarta.servlet.ServletException
    • afterPropertiesSet

      public void afterPropertiesSet()
    • setForceHttps

      public void setForceHttps(boolean arg0)
    • getLoginFormUrl

      public String getLoginFormUrl()
    • setPortMapper

      public void setPortMapper(org.springframework.security.web.PortMapper arg0)
    • setPortResolver

      @Deprecated(forRemoval=true) public void setPortResolver(org.springframework.security.web.PortResolver arg0)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setUseForward

      public void setUseForward(boolean arg0)
    • setFavorRelativeUris

      public void setFavorRelativeUris(boolean arg0)