public class NegotiateSecurityFilterEntryPoint extends Object implements org.springframework.security.web.AuthenticationEntryPoint
| Constructor and Description |
|---|
NegotiateSecurityFilterEntryPoint()
Instantiates a new negotiate security filter entry point.
|
| Modifier and Type | Method and Description |
|---|---|
void |
commence(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.security.core.AuthenticationException ex) |
SecurityFilterProviderCollection |
getProvider()
Gets the provider.
|
void |
setProvider(SecurityFilterProviderCollection value)
Sets the provider.
|
public NegotiateSecurityFilterEntryPoint()
public void commence(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.security.core.AuthenticationException ex)
throws IOException,
javax.servlet.ServletException
commence in interface org.springframework.security.web.AuthenticationEntryPointIOExceptionjavax.servlet.ServletExceptionpublic SecurityFilterProviderCollection getProvider()
public void setProvider(SecurityFilterProviderCollection value)
value - the new providerCopyright © 2010–2015 com.github.dblock. All rights reserved.