Index
All Classes and Interfaces|All Packages
B
- BaseTlsConfiguration - Class in io.quarkus.tls
-
A base implementation of the transport layer security configuration interface.
- BaseTlsConfiguration() - Constructor for class io.quarkus.tls.BaseTlsConfiguration
C
- CertificateUpdatedEvent - Record Class in io.quarkus.tls
-
Event fired when a certificate is updated.
- CertificateUpdatedEvent(String, TlsConfiguration) - Constructor for record class io.quarkus.tls.CertificateUpdatedEvent
-
Creates an instance of a
CertificateUpdatedEventrecord class. - createSSLContext() - Method in class io.quarkus.tls.BaseTlsConfiguration
-
Creates and returns the SSL Context.
- createSSLContext() - Method in interface io.quarkus.tls.TlsConfiguration
-
Creates and returns the SSL Context.
E
- equals(Object) - Method in record class io.quarkus.tls.CertificateUpdatedEvent
-
Indicates whether some other object is "equal to" this one.
F
- from(TlsConfigurationRegistry, Optional<String>) - Static method in interface io.quarkus.tls.TlsConfiguration
G
- get(String) - Method in interface io.quarkus.tls.TlsConfigurationRegistry
-
Returns the named transport layer security configuration.
- getDefault() - Method in interface io.quarkus.tls.TlsConfigurationRegistry
-
Returns the default transport layer security configuration.
- getHostnameVerificationAlgorithm() - Method in class io.quarkus.tls.BaseTlsConfiguration
-
Returns the hostname verification algorithm for this configuration.
- getHostnameVerificationAlgorithm() - Method in interface io.quarkus.tls.TlsConfiguration
-
Returns the hostname verification algorithm for this configuration.
- getKeyStore() - Method in class io.quarkus.tls.BaseTlsConfiguration
-
Returns the key store.
- getKeyStore() - Method in interface io.quarkus.tls.TlsConfiguration
-
Returns the key store.
- getKeyStoreOptions() - Method in class io.quarkus.tls.BaseTlsConfiguration
-
Returns the key store options.
- getKeyStoreOptions() - Method in interface io.quarkus.tls.TlsConfiguration
-
Returns the key store options.
- getName() - Method in interface io.quarkus.tls.TlsConfiguration
-
Returns the name which was associated with this configuration
- getSSLOptions() - Method in class io.quarkus.tls.BaseTlsConfiguration
-
Returns the (Vert.x) SSL options.
- getSSLOptions() - Method in interface io.quarkus.tls.TlsConfiguration
-
Returns the (Vert.x) SSL options.
- getTrustStore() - Method in class io.quarkus.tls.BaseTlsConfiguration
-
Returns the trust store.
- getTrustStore() - Method in interface io.quarkus.tls.TlsConfiguration
-
Returns the trust store.
- getTrustStoreOptions() - Method in class io.quarkus.tls.BaseTlsConfiguration
-
Returns the trust store options.
- getTrustStoreOptions() - Method in interface io.quarkus.tls.TlsConfiguration
-
Returns the trust store options.
H
- hashCode() - Method in record class io.quarkus.tls.CertificateUpdatedEvent
-
Returns a hash code value for this object.
I
- io.quarkus.tls - package io.quarkus.tls
- isTrustAll() - Method in class io.quarkus.tls.BaseTlsConfiguration
- isTrustAll() - Method in interface io.quarkus.tls.TlsConfiguration
-
Returns whether the trust store is configured to trust all certificates.
N
- name() - Method in record class io.quarkus.tls.CertificateUpdatedEvent
-
Returns the value of the
namerecord component.
R
- register(String, TlsConfiguration) - Method in interface io.quarkus.tls.TlsConfigurationRegistry
-
Registers a TLS configuration into the registry.
- reload() - Method in class io.quarkus.tls.BaseTlsConfiguration
-
Reloads the configuration.
- reload() - Method in interface io.quarkus.tls.TlsConfiguration
-
Reloads the configuration.
T
- tlsConfiguration() - Method in record class io.quarkus.tls.CertificateUpdatedEvent
-
Returns the value of the
tlsConfigurationrecord component. - TlsConfiguration - Interface in io.quarkus.tls
-
The transport layer security configuration.
- TlsConfigurationRegistry - Interface in io.quarkus.tls
- toString() - Method in record class io.quarkus.tls.CertificateUpdatedEvent
-
Returns a string representation of this record class.
U
- usesSni() - Method in class io.quarkus.tls.BaseTlsConfiguration
-
Returns whether the key store is configured to use SNI.
- usesSni() - Method in interface io.quarkus.tls.TlsConfiguration
-
Returns whether the key store is configured to use SNI.
All Classes and Interfaces|All Packages