public class NiFiAuthenticationEntryPoint extends Object implements org.springframework.security.web.AuthenticationEntryPoint
| Modifier and Type | Field and Description |
|---|---|
private static org.slf4j.Logger |
logger |
| Constructor and Description |
|---|
NiFiAuthenticationEntryPoint() |
| Modifier and Type | Method and Description |
|---|---|
void |
commence(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.security.core.AuthenticationException ae)
Always returns a 403 error code to the client.
|
public void commence(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.security.core.AuthenticationException ae)
throws IOException,
javax.servlet.ServletException
commence in interface org.springframework.security.web.AuthenticationEntryPointrequest - response - ae - IOExceptionjavax.servlet.ServletExceptionCopyright © 2015 Apache NiFi (incubating). All rights reserved.