Package | Description |
---|---|
io.quarkus.runtime.configuration.ssl | |
io.quarkus.runtime.logging |
Modifier and Type | Field and Description |
---|---|
Optional<org.wildfly.security.ssl.CipherSuiteSelector> |
ServerSslConfig.cipherSuites
The cipher suites to use.
|
Optional<Path> |
CertificateConfig.file
The file path to a server certificate or certificate chain in PEM format.
|
Optional<Path> |
CertificateConfig.keyFile
The file path to the corresponding certificate private key file in PEM format.
|
Optional<Path> |
CertificateConfig.keyStoreFile
An optional key store which holds the certificate information instead of specifying separate files.
|
Optional<String> |
CertificateConfig.keyStoreFileType
An optional parameter to specify type of the key store file.
|
List<org.wildfly.security.ssl.Protocol> |
ServerSslConfig.protocols
The list of protocols to explicitly enable.
|
Optional<String> |
ServerSslConfig.providerName
The SSL provider name to use.
|
OptionalInt |
ServerSslConfig.sessionCacheSize
The SSL session cache size.
|
Optional<Duration> |
ServerSslConfig.sessionTimeout
The SSL session cache timeout.
|
Modifier and Type | Field and Description |
---|---|
Map<String,CategoryConfig> |
LogConfig.categories
The log category config
|
(package private) boolean |
ConsoleConfig.color
If the console logging should be in color
|
(package private) int |
ConsoleConfig.darken
Specify how much the colors should be darkened
|
(package private) boolean |
ConsoleConfig.enable
If console logging should be enabled
|
(package private) boolean |
FileConfig.enable
If file logging should be enabled
|
Map<String,CleanupFilterConfig> |
LogConfig.filters
The log cleanup filter config
|
(package private) String |
ConsoleConfig.format
The log format
|
(package private) String |
FileConfig.format
The log format
|
(package private) List<String> |
CleanupFilterConfig.ifStartsWith
The message starts to match
|
(package private) String |
CategoryConfig.level
The log level level for this category
|
Optional<Level> |
LogConfig.level
The default log level
|
(package private) Level |
ConsoleConfig.level
The console log level
|
(package private) Level |
FileConfig.level
The file log level
|
(package private) String |
CategoryConfig.minLevel
The minimum level that this category can be set to
|
Level |
LogConfig.minLevel
The default minimum log level
|
(package private) File |
FileConfig.path
The file logging log level
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.