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.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Instantiates a new negotiate security filter entry point.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    commence(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, org.springframework.security.core.AuthenticationException ex)
     
    waffle.servlet.spi.SecurityFilterProviderCollection
    Gets the provider.
    void
    setProvider(waffle.servlet.spi.SecurityFilterProviderCollection value)
    Sets the provider.

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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 waffle.servlet.spi.SecurityFilterProviderCollection getProvider()
      Gets the provider.
      Returns:
      the provider
    • setProvider

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