Uses of Interface
io.quarkus.tls.TlsConfiguration
Packages that use TlsConfiguration
-
Uses of TlsConfiguration in io.quarkus.tls
Classes in io.quarkus.tls that implement TlsConfigurationModifier and TypeClassDescriptionclassA base implementation of the transport layer security configuration interface.Methods in io.quarkus.tls that return TlsConfigurationModifier and TypeMethodDescriptionCertificateUpdatedEvent.tlsConfiguration()Returns the value of thetlsConfigurationrecord component.Methods in io.quarkus.tls that return types with arguments of type TlsConfigurationModifier and TypeMethodDescriptionstatic Optional<TlsConfiguration> TlsConfiguration.from(TlsConfigurationRegistry registry, Optional<String> name) Returns the named transport layer security configuration.TlsConfigurationRegistry.getDefault()Returns the default transport layer security configuration.Methods in io.quarkus.tls with parameters of type TlsConfigurationModifier and TypeMethodDescriptionvoidTlsConfigurationRegistry.register(String name, TlsConfiguration configuration) Registers a TLS configuration into the registry.Constructors in io.quarkus.tls with parameters of type TlsConfigurationModifierConstructorDescriptionCertificateUpdatedEvent(String name, TlsConfiguration tlsConfiguration) Creates an instance of aCertificateUpdatedEventrecord class. -
Uses of TlsConfiguration in io.quarkus.tls.runtime
Classes in io.quarkus.tls.runtime that implement TlsConfigurationMethods in io.quarkus.tls.runtime that return types with arguments of type TlsConfigurationMethods in io.quarkus.tls.runtime with parameters of type TlsConfigurationModifier and TypeMethodDescriptionvoidTlsCertificateUpdater.add(String name, TlsConfiguration tlsConfiguration, Duration period) voidCertificateRecorder.register(String name, TlsConfiguration configuration) Method parameters in io.quarkus.tls.runtime with type arguments of type TlsConfigurationModifier and TypeMethodDescriptionvoidCertificateRecorder.register(String name, Supplier<TlsConfiguration> supplier) -
Uses of TlsConfiguration in io.quarkus.tls.runtime.config
Methods in io.quarkus.tls.runtime.config with parameters of type TlsConfigurationModifier and TypeMethodDescriptionstatic voidTlsConfigUtils.configure(io.vertx.core.http.HttpClientOptions options, TlsConfiguration configuration) Configure theHttpClientOptionswith the givenTlsConfiguration.static voidTlsConfigUtils.configure(io.vertx.core.http.WebSocketClientOptions options, TlsConfiguration configuration) Configure theWebSocketClientOptionswith the givenTlsConfiguration.static voidTlsConfigUtils.configure(io.vertx.core.net.ClientOptionsBase options, TlsConfiguration configuration) Configure theClientOptionsBasewith the givenTlsConfiguration.static voidTlsConfigUtils.configure(io.vertx.core.net.NetClientOptions options, TlsConfiguration configuration) Configure theNetClientOptionswith the givenTlsConfiguration.static voidTlsConfigUtils.configure(io.vertx.core.net.TCPSSLOptions options, TlsConfiguration configuration) Configure theTCPSSLOptionswith the givenTlsConfiguration.