public class KnoxAuthenticationFilter extends NiFiAuthenticationFilter
| Constructor and Description |
|---|
KnoxAuthenticationFilter() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.security.core.Authentication |
attemptAuthentication(javax.servlet.http.HttpServletRequest request)
Attempt to extract an authentication attempt from the specified request.
|
String |
getJwtFromCookie(javax.servlet.http.HttpServletRequest request,
String cookieName) |
doFilter, getProperties, setAuthenticationManager, setProperties, successfulAuthentication, unsuccessfulAuthenticationpublic org.springframework.security.core.Authentication attemptAuthentication(javax.servlet.http.HttpServletRequest request)
NiFiAuthenticationFilterattemptAuthentication in class NiFiAuthenticationFilterrequest - The requestCopyright © 2023 Apache NiFi Project. All rights reserved.