| Package | Description |
|---|---|
| org.apache.nifi.authorization.util |
| Modifier and Type | Method and Description |
|---|---|
static List<IdentityMapping> |
IdentityMappingUtil.getGroupMappings(NiFiProperties properties)
Buils the group mappings from NiFiProperties.
|
static List<IdentityMapping> |
IdentityMappingUtil.getIdentityMappings(NiFiProperties properties)
Builds the identity mappings from NiFiProperties.
|
private static List<IdentityMapping> |
IdentityMappingUtil.getMappings(NiFiProperties properties,
String patternPrefix,
String valuePrefix,
String transformPrefix,
Supplier<String> getSubject) |
| Modifier and Type | Method and Description |
|---|---|
static String |
IdentityMappingUtil.mapIdentity(String identity,
List<IdentityMapping> mappings)
Checks the given identity against each provided mapping and performs the mapping using the first one that matches.
|
Copyright © 2022 Apache NiFi Project. All rights reserved.