Uses of Enum Class
io.kroxylicious.proxy.config.tls.TlsClientAuth
Packages that use TlsClientAuth
Package
Description
TLS configuration for proxy connections to clients and upstream clusters.
-
Uses of TlsClientAuth in io.kroxylicious.proxy.config.tls
Methods in io.kroxylicious.proxy.config.tls that return TlsClientAuthModifier and TypeMethodDescriptionServerOptions.clientAuth()Returns the value of theclientAuthrecord component.static TlsClientAuthReturns the enum constant of this class with the specified name.static TlsClientAuth[]TlsClientAuth.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.kroxylicious.proxy.config.tls with parameters of type TlsClientAuthModifierConstructorDescriptionServerOptions(TlsClientAuth clientAuth) Creates an instance of aServerOptionsrecord class.