| Package | Description |
|---|---|
| org.apache.nifi.authorization.util |
| Modifier and Type | Field and Description |
|---|---|
private IdentityMapping.Transform |
IdentityMapping.transform |
| Modifier and Type | Method and Description |
|---|---|
IdentityMapping.Transform |
IdentityMapping.getTransform() |
static IdentityMapping.Transform |
IdentityMapping.Transform.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IdentityMapping.Transform[] |
IdentityMapping.Transform.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
IdentityMapping(String key,
Pattern pattern,
String replacementValue,
IdentityMapping.Transform transform) |
Copyright © 2020 Apache NiFi Project. All rights reserved.