public abstract class NiFiAuthenticationProvider extends Object implements org.springframework.security.authentication.AuthenticationProvider
| Modifier and Type | Field and Description |
|---|---|
private Authorizer |
authorizer |
private List<IdentityMapping> |
mappings |
| Constructor and Description |
|---|
NiFiAuthenticationProvider(NiFiProperties properties,
Authorizer authorizer) |
| Modifier and Type | Method and Description |
|---|---|
List<IdentityMapping> |
getMappings() |
protected Set<String> |
getUserGroups(String identity) |
protected String |
mapIdentity(String identity) |
private final Authorizer authorizer
private final List<IdentityMapping> mappings
public NiFiAuthenticationProvider(NiFiProperties properties, Authorizer authorizer)
Copyright © 2023 Apache NiFi Project. All rights reserved.