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 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. -
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 TypeMethodDescriptionvoidCertificateRecorder.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)