- getCurrentSupportedTlsProtocolVersions() - Static method in interface org.apache.nifi.security.util.TlsConfiguration
-
Returns a String[] of supported TLS protocol versions based on the current Java platform version.
- getDefaultSslContext() - Static method in class org.apache.nifi.security.util.TlsPlatform
-
- getDefaultSslContextProtocols() - Static method in class org.apache.nifi.security.util.TlsPlatform
-
- getDescription() - Method in enum org.apache.nifi.security.util.ClientAuth
-
- getDescription() - Method in enum org.apache.nifi.security.util.KeystoreType
-
- getEnabledProtocols() - Method in interface org.apache.nifi.security.util.TlsConfiguration
-
Get Enabled TLS Protocol Versions
- getFunctionalKeyPassword() - Method in interface org.apache.nifi.security.util.TlsConfiguration
-
- getFunctionalKeyPasswordForLogging() - Method in interface org.apache.nifi.security.util.TlsConfiguration
-
Returns "********" if the functional key password is populated, "null" if not.
- getHighestCurrentSupportedTlsProtocolVersion() - Static method in interface org.apache.nifi.security.util.TlsConfiguration
-
Returns the highest supported TLS protocol version based on the current Java platform version.
- getJavaVersion() - Static method in interface org.apache.nifi.security.util.TlsConfiguration
-
Returns the JVM Java major version based on the System properties (e.g.
- getKeyPassword() - Method in interface org.apache.nifi.security.util.TlsConfiguration
-
- getKeyPasswordForLogging() - Method in interface org.apache.nifi.security.util.TlsConfiguration
-
Returns "********" if the key password is populated, "null" if not.
- getKeystorePassword() - Method in interface org.apache.nifi.security.util.TlsConfiguration
-
- getKeystorePasswordForLogging() - Method in interface org.apache.nifi.security.util.TlsConfiguration
-
Returns "********" if the keystore password is populated, "null" if not.
- getKeystorePath() - Method in interface org.apache.nifi.security.util.TlsConfiguration
-
- getKeystorePropertiesForLogging() - Method in interface org.apache.nifi.security.util.TlsConfiguration
-
Returns a String[] containing the keystore properties for logging.
- getKeystoreType() - Method in interface org.apache.nifi.security.util.TlsConfiguration
-
- getLatestProtocol() - Static method in class org.apache.nifi.security.util.TlsPlatform
-
Get Latest Protocol based on high version number from default protocols in Java Security configuration
- getPreferredProtocols() - Static method in class org.apache.nifi.security.util.TlsPlatform
-
Get Preferred Protocols based on supported protocols with legacy protocols removed
- getProtocol() - Method in interface org.apache.nifi.security.util.TlsConfiguration
-
- getSupportedProtocols() - Static method in class org.apache.nifi.security.util.TlsPlatform
-
Get all supported protocols based on Java Security configuration
- getTruststorePassword() - Method in interface org.apache.nifi.security.util.TlsConfiguration
-
- getTruststorePasswordForLogging() - Method in interface org.apache.nifi.security.util.TlsConfiguration
-
Returns "********" if the truststore password is populated, "null" if not.
- getTruststorePath() - Method in interface org.apache.nifi.security.util.TlsConfiguration
-
- getTruststorePropertiesForLogging() - Method in interface org.apache.nifi.security.util.TlsConfiguration
-
Returns a String[] containing the truststore properties for logging.
- getTruststoreType() - Method in interface org.apache.nifi.security.util.TlsConfiguration
-
- getType() - Method in enum org.apache.nifi.security.util.ClientAuth
-
- getType() - Method in enum org.apache.nifi.security.util.KeystoreType
-