| Package | Description |
|---|---|
| org.apache.nifi.security.repository | |
| org.apache.nifi.security.repository.config |
| Modifier and Type | Method and Description |
|---|---|
static RepositoryType |
RepositoryType.determineType(String input)
Uses loose string matching to determine the repository type from input.
|
static RepositoryType |
RepositoryType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RepositoryType[] |
RepositoryType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static KeyProvider |
RepositoryEncryptorUtils.buildKeyProvider(NiFiProperties niFiProperties,
SecretKey masterKey,
RepositoryType repositoryType) |
| Modifier and Type | Field and Description |
|---|---|
(package private) RepositoryType |
RepositoryEncryptionConfiguration.repositoryType |
| Modifier and Type | Method and Description |
|---|---|
RepositoryType |
RepositoryEncryptionConfiguration.getRepositoryType()
Returns the
RepositoryType enum identifying this repository. |
| Modifier and Type | Method and Description |
|---|---|
static RepositoryEncryptionConfiguration |
RepositoryEncryptionConfiguration.fromNiFiProperties(NiFiProperties niFiProperties,
RepositoryType repositoryType) |
Copyright © 2019 Apache NiFi Project. All rights reserved.