public class X509AuthenticationRequestToken extends NiFiAuthenticationRequestToken
| Modifier and Type | Field and Description |
|---|---|
private X509Certificate[] |
certificates |
private org.springframework.security.web.authentication.preauth.x509.X509PrincipalExtractor |
principalExtractor |
private String |
proxiedEntitiesChain |
private String |
proxiedEntityGroups |
| Constructor and Description |
|---|
X509AuthenticationRequestToken(String proxiedEntitiesChain,
String proxiedEntityGroups,
org.springframework.security.web.authentication.preauth.x509.X509PrincipalExtractor principalExtractor,
X509Certificate[] certificates,
String clientAddress)
Creates a representation of the jwt authentication request for a user.
|
| Modifier and Type | Method and Description |
|---|---|
X509Certificate[] |
getCertificates() |
Object |
getCredentials() |
Object |
getPrincipal() |
String |
getProxiedEntitiesChain() |
String |
getProxiedEntityGroups() |
String |
toString() |
getClientAddressequals, eraseCredentials, getAuthorities, getDetails, getName, hashCode, isAuthenticated, setAuthenticated, setDetailsprivate final String proxiedEntitiesChain
private final String proxiedEntityGroups
private final org.springframework.security.web.authentication.preauth.x509.X509PrincipalExtractor principalExtractor
private final X509Certificate[] certificates
public X509AuthenticationRequestToken(String proxiedEntitiesChain, String proxiedEntityGroups, org.springframework.security.web.authentication.preauth.x509.X509PrincipalExtractor principalExtractor, X509Certificate[] certificates, String clientAddress)
proxiedEntitiesChain - The http servlet requestcertificates - The certificate chainpublic Object getCredentials()
public Object getPrincipal()
public String getProxiedEntitiesChain()
public String getProxiedEntityGroups()
public X509Certificate[] getCertificates()
Copyright © 2023 Apache NiFi Project. All rights reserved.