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 Summary
ConstructorDescriptionInstantiates a new negotiate security filter entry point. -
Method Summary
Modifier and TypeMethodDescriptionvoid
commence
(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.security.core.AuthenticationException ex) Gets the provider.void
Sets the provider.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.springframework.security.web.AuthenticationEntryPoint
commence
-
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
Gets the provider.- Returns:
- the provider
-
setProvider
Sets the provider.- Parameters:
value
- the new provider
-