Uses of Record Class
io.kroxylicious.proxy.config.tls.AllowDeny
Packages that use AllowDeny
Package
Description
TLS configuration for proxy connections to clients and upstream clusters.
-
Uses of AllowDeny in io.kroxylicious.proxy.config.tls
Methods in io.kroxylicious.proxy.config.tls that return AllowDenyModifier and TypeMethodDescriptionTls.cipherSuites()Returns the value of thecipherSuitesrecord component.Tls.protocols()Returns the value of theprotocolsrecord component.Constructors in io.kroxylicious.proxy.config.tls with parameters of type AllowDenyModifierConstructorDescriptionTls(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.