Uses of Interface
org.apache.nifi.web.client.ssl.TlsContext
Packages that use TlsContext
-
Uses of TlsContext in org.apache.nifi.web.client
Methods 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 Managerprivate SSLContext
StandardSSLSocketFactoryProvider.getSslContext
(TlsContext tlsContext)