Index
All Classes and Interfaces|All Packages|Constant Field Values
C
- configContext - Variable in class org.apache.nifi.ssl.StandardSSLContextService
- countNulls(Object...) - Static method in class org.apache.nifi.ssl.StandardSSLContextService
-
Returns the count of
null
objects in the parameters. - createContext() - Method in class org.apache.nifi.ssl.StandardSSLContextService
-
Create and initialize
SSLContext
using configured properties. - createTlsConfiguration() - Method in class org.apache.nifi.ssl.StandardSSLContextService
-
Returns a
TlsConfiguration
configured with the current properties of the controller service. - createTrustManager() - Method in class org.apache.nifi.ssl.StandardSSLContextService
-
Create X.509 Trust Manager using configured properties
- customValidate(ValidationContext) - Method in class org.apache.nifi.ssl.StandardSSLContextService
E
- evaluateProperties(PropertyContext) - Method in class org.apache.nifi.ssl.StandardSSLContextService
G
- getKeyPassword() - Method in class org.apache.nifi.ssl.StandardSSLContextService
- getKeyStoreFile() - Method in class org.apache.nifi.ssl.StandardSSLContextService
- getKeyStorePassword() - Method in class org.apache.nifi.ssl.StandardSSLContextService
- getKeyStoreType() - Method in class org.apache.nifi.ssl.StandardSSLContextService
- getProtocolAllowableValues() - Static method in class org.apache.nifi.ssl.StandardSSLContextService
- getRestrictedProtocolAllowableValues() - Static method in class org.apache.nifi.ssl.StandardRestrictedSSLContextService
- getSslAlgorithm() - Method in class org.apache.nifi.ssl.StandardRestrictedSSLContextService
- getSslAlgorithm() - Method in class org.apache.nifi.ssl.StandardSSLContextService
- getSupportedPropertyDescriptors() - Method in class org.apache.nifi.ssl.StandardRestrictedSSLContextService
- getSupportedPropertyDescriptors() - Method in class org.apache.nifi.ssl.StandardSSLContextService
- getTrustStoreFile() - Method in class org.apache.nifi.ssl.StandardSSLContextService
- getTrustStorePassword() - Method in class org.apache.nifi.ssl.StandardSSLContextService
- getTrustStoreType() - Method in class org.apache.nifi.ssl.StandardSSLContextService
- getValidationCacheExpiration() - Method in class org.apache.nifi.ssl.StandardSSLContextService
I
- isKeyStoreConfigured() - Method in class org.apache.nifi.ssl.StandardSSLContextService
- isTrustStoreConfigured() - Method in class org.apache.nifi.ssl.StandardSSLContextService
- isValidated - Variable in class org.apache.nifi.ssl.StandardSSLContextService
K
- KEY_PASSWORD - Static variable in class org.apache.nifi.ssl.StandardSSLContextService
- KEYSTORE - Enum constant in enum class org.apache.nifi.ssl.StandardSSLContextService.KeystoreValidationGroup
- KEYSTORE - Static variable in class org.apache.nifi.ssl.StandardSSLContextService
- KEYSTORE_PASSWORD - Static variable in class org.apache.nifi.ssl.StandardSSLContextService
- KEYSTORE_TYPE - Static variable in class org.apache.nifi.ssl.StandardSSLContextService
- keystorePropertiesEmpty(Map<PropertyDescriptor, String>) - Static method in class org.apache.nifi.ssl.StandardSSLContextService
- KeystoreValidationGroup() - Constructor for enum class org.apache.nifi.ssl.StandardSSLContextService.KeystoreValidationGroup
O
- onConfigured(ConfigurationContext) - Method in class org.apache.nifi.ssl.StandardSSLContextService
- onPropertyModified(PropertyDescriptor, String, String) - Method in class org.apache.nifi.ssl.StandardSSLContextService
- org.apache.nifi.ssl - package org.apache.nifi.ssl
P
- properties - Static variable in class org.apache.nifi.ssl.StandardRestrictedSSLContextService
- properties - Static variable in class org.apache.nifi.ssl.StandardSSLContextService
R
- resetValidationCache() - Method in class org.apache.nifi.ssl.StandardSSLContextService
- RESTRICTED_SSL_ALGORITHM - Static variable in class org.apache.nifi.ssl.StandardRestrictedSSLContextService
S
- SSL_ALGORITHM - Static variable in class org.apache.nifi.ssl.StandardSSLContextService
- SSL_PROTOCOL - Static variable in class org.apache.nifi.ssl.StandardSSLContextService
- StandardRestrictedSSLContextService - Class in org.apache.nifi.ssl
-
This class is functionally the same as
StandardSSLContextService
, but it restricts the allowable values that can be selected for TLS/SSL protocols. - StandardRestrictedSSLContextService() - Constructor for class org.apache.nifi.ssl.StandardRestrictedSSLContextService
- StandardSSLContextService - Class in org.apache.nifi.ssl
- StandardSSLContextService() - Constructor for class org.apache.nifi.ssl.StandardSSLContextService
- StandardSSLContextService.KeystoreValidationGroup - Enum Class in org.apache.nifi.ssl
T
- TLS_PROTOCOL - Static variable in class org.apache.nifi.ssl.StandardSSLContextService
- toString() - Method in class org.apache.nifi.ssl.StandardSSLContextService
- TRUSTSTORE - Enum constant in enum class org.apache.nifi.ssl.StandardSSLContextService.KeystoreValidationGroup
- TRUSTSTORE - Static variable in class org.apache.nifi.ssl.StandardSSLContextService
- TRUSTSTORE_PASSWORD - Static variable in class org.apache.nifi.ssl.StandardSSLContextService
- TRUSTSTORE_TYPE - Static variable in class org.apache.nifi.ssl.StandardSSLContextService
- truststorePropertiesEmpty(Map<PropertyDescriptor, String>) - Static method in class org.apache.nifi.ssl.StandardSSLContextService
V
- validateKeystore(Map<PropertyDescriptor, String>) - Static method in class org.apache.nifi.ssl.StandardSSLContextService
-
Returns a list of
ValidationResult
s for keystore validity checking. - validateKeystoreFile(String, String, String, String) - Static method in class org.apache.nifi.ssl.StandardSSLContextService
-
Returns a list of
ValidationResult
s when validating an actual keystore file on disk. - validateStore(Map<PropertyDescriptor, String>, StandardSSLContextService.KeystoreValidationGroup) - Static method in class org.apache.nifi.ssl.StandardSSLContextService
-
Returns a list of
ValidationResult
s for the provided keystore/truststore properties. - validateTruststore(Map<PropertyDescriptor, String>) - Static method in class org.apache.nifi.ssl.StandardSSLContextService
-
Returns a list of
ValidationResult
s for truststore validity checking. - validateTruststoreFile(String, String, String) - Static method in class org.apache.nifi.ssl.StandardSSLContextService
-
Returns a list of
ValidationResult
s when validating an actual truststore file on disk. - VALIDATION_CACHE_EXPIRATION - Static variable in class org.apache.nifi.ssl.StandardSSLContextService
- validationCacheCount - Variable in class org.apache.nifi.ssl.StandardSSLContextService
- valueOf(String) - Static method in enum class org.apache.nifi.ssl.StandardSSLContextService.KeystoreValidationGroup
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class org.apache.nifi.ssl.StandardSSLContextService.KeystoreValidationGroup
-
Returns an array containing the constants of this enum class, in the order they are declared.
All Classes and Interfaces|All Packages|Constant Field Values