Uses of Interface
org.apache.nifi.web.client.ssl.TlsContext
Packages that use TlsContext
-
Uses of TlsContext in org.apache.nifi.web.client
Fields in org.apache.nifi.web.client declared as TlsContextMethods in org.apache.nifi.web.client with parameters of type TlsContextModifier and TypeMethodDescriptionvoid
StandardWebClientService.setTlsContext
(TlsContext tlsContext) Set TLS Context overrides system default TLS settings for HTTPS communication -
Uses of TlsContext in org.apache.nifi.web.client.ssl
Methods in org.apache.nifi.web.client.ssl with parameters of type TlsContextModifier and TypeMethodDescriptionSSLSocketFactoryProvider.getSocketFactory
(TlsContext tlsContext) Get SSLSocketFactory using provided TLS Context configurationStandardSSLSocketFactoryProvider.getSocketFactory
(TlsContext tlsContext) Get SSLSocketFactory defaults to system Trust Manager and allows an empty Key ManagerSSLContextProvider.getSslContext
(TlsContext tlsContext) Get SSL ContextStandardSSLContextProvider.getSslContext
(TlsContext tlsContext) Get SSL Contextprivate SSLContext
StandardSSLContextProvider.getSslContextConfigured
(TlsContext tlsContext)