Package waffle.spring

Class NegotiateSecurityFilterEntryPoint

java.lang.Object
waffle.spring.NegotiateSecurityFilterEntryPoint
All Implemented Interfaces:
org.springframework.security.web.AuthenticationEntryPoint

public class NegotiateSecurityFilterEntryPoint extends Object implements org.springframework.security.web.AuthenticationEntryPoint
Sends back a request for a Negotiate Authentication to the browser.
Author:
dblock[at]dblock[dot]org
  • Constructor Details

    • NegotiateSecurityFilterEntryPoint

      public NegotiateSecurityFilterEntryPoint()
      Instantiates a new negotiate security filter entry point.
  • Method Details

    • commence

      public void commence(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, org.springframework.security.core.AuthenticationException ex) throws IOException, jakarta.servlet.ServletException
      Specified by:
      commence in interface org.springframework.security.web.AuthenticationEntryPoint
      Throws:
      IOException
      jakarta.servlet.ServletException
    • getProvider

      public SecurityFilterProviderCollection getProvider()
      Gets the provider.
      Returns:
      the provider
    • setProvider

      public void setProvider(SecurityFilterProviderCollection value)
      Sets the provider.
      Parameters:
      value - the new provider