public class X509CertificateExtractor extends Object
| Modifier and Type | Field and Description |
|---|---|
private org.slf4j.Logger |
logger |
| Constructor and Description |
|---|
X509CertificateExtractor() |
| Modifier and Type | Method and Description |
|---|---|
X509Certificate[] |
extractClientCertificate(javax.servlet.http.HttpServletRequest request)
Extract the client certificate from the specified HttpServletRequest or
null if none is specified.
|
public X509Certificate[] extractClientCertificate(javax.servlet.http.HttpServletRequest request)
request - http requestCopyright © 2023 Apache NiFi Project. All rights reserved.