Uses of Interface
io.kroxylicious.proxy.config.tls.TrustProvider
Packages that use TrustProvider
Package
Description
TLS configuration for proxy connections to clients and upstream clusters.
-
Uses of TrustProvider in io.kroxylicious.proxy.config.tls
Classes in io.kroxylicious.proxy.config.tls that implement TrustProviderModifier and TypeClassDescriptionfinal recordATrustProviderthat allows the disabling trust verification.classfinal recordATrustProviderbacked by a Java Truststore.Methods in io.kroxylicious.proxy.config.tls that return TrustProviderConstructors in io.kroxylicious.proxy.config.tls with parameters of type TrustProviderModifierConstructorDescriptionTls(KeyProvider key, TrustProvider trust, AllowDeny<String> cipherSuites, AllowDeny<String> protocols) Creates a Tls configuration without a TLS credential supplier.Tls(KeyProvider key, TrustProvider trust, AllowDeny<String> cipherSuites, AllowDeny<String> protocols, TlsCredentialSupplierConfig credentialSupplier) Compact constructor with validation.