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
ConstructorsConstructorDescriptionInstantiates a new negotiate security filter entry point. -
Method Summary
Modifier and TypeMethodDescriptionvoidcommence(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, org.springframework.security.core.AuthenticationException ex) waffle.servlet.spi.SecurityFilterProviderCollectionGets the provider.voidsetProvider(waffle.servlet.spi.SecurityFilterProviderCollection value) Sets the provider.
-
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:
commencein interfaceorg.springframework.security.web.AuthenticationEntryPoint- Throws:
IOExceptionjakarta.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
-