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

    • NegotiateSecurityFilterEntryPoint

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

    • commence

      public void commence(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.security.core.AuthenticationException ex) throws IOException, javax.servlet.ServletException
      Throws:
      IOException
      javax.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