public class X509AuthenticationFilter extends NiFiAuthenticationFilter
| Modifier and Type | Field and Description |
|---|---|
private X509CertificateExtractor |
certificateExtractor |
private static org.slf4j.Logger |
logger |
private org.springframework.security.web.authentication.preauth.x509.X509PrincipalExtractor |
principalExtractor |
| Constructor and Description |
|---|
X509AuthenticationFilter() |
| 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.
|
void |
setCertificateExtractor(X509CertificateExtractor certificateExtractor) |
void |
setPrincipalExtractor(org.springframework.security.web.authentication.preauth.x509.X509PrincipalExtractor principalExtractor) |
doFilter, getProperties, setAuthenticationManager, setProperties, successfulAuthentication, unsuccessfulAuthenticationprivate static final org.slf4j.Logger logger
private X509CertificateExtractor certificateExtractor
private org.springframework.security.web.authentication.preauth.x509.X509PrincipalExtractor principalExtractor
public org.springframework.security.core.Authentication attemptAuthentication(javax.servlet.http.HttpServletRequest request)
NiFiAuthenticationFilterattemptAuthentication in class NiFiAuthenticationFilterrequest - The requestpublic void setCertificateExtractor(X509CertificateExtractor certificateExtractor)
public void setPrincipalExtractor(org.springframework.security.web.authentication.preauth.x509.X509PrincipalExtractor principalExtractor)
Copyright © 2023 Apache NiFi Project. All rights reserved.