Package io.micronaut.http.ssl
Class DefaultSslConfiguration
java.lang.Object
io.micronaut.http.ssl.SslConfiguration
io.micronaut.http.ssl.DefaultSslConfiguration
- All Implemented Interfaces:
io.micronaut.core.util.Toggleable
@ConfigurationProperties("micronaut.ssl")
@Primary
public class DefaultSslConfiguration
extends SslConfiguration
The default
SslConfiguration configuration used if no other configuration is specified.- Since:
- 1.0
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classThe defaultSslConfiguration.KeyConfiguration.static classThe defaultSslConfiguration.KeyStoreConfiguration.static classThe defaultSslConfiguration.TrustStoreConfiguration.Nested classes/interfaces inherited from class io.micronaut.http.ssl.SslConfiguration
SslConfiguration.KeyConfiguration, SslConfiguration.KeyStoreConfiguration, SslConfiguration.TrustStoreConfiguration -
Field Summary
Fields inherited from class io.micronaut.http.ssl.SslConfiguration
buildSelfSigned, DEFAULT_BUILDSELFSIGNED, DEFAULT_ENABLED, DEFAULT_PORT, DEFAULT_PROTOCOL, port, PREFIX -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.micronaut.http.ssl.SslConfiguration
buildSelfSigned, getCiphers, getClientAuthentication, getHandshakeTimeout, getKey, getKeyStore, getPort, getProtocol, getProtocols, getTrustStore, isEnabled, readExisting, setBuildSelfSigned, setCiphers, setClientAuthentication, setEnabled, setHandshakeTimeout, setKey, setKeyStore, setPort, setProtocol, setProtocols, setTrustStore
-
Constructor Details
-
DefaultSslConfiguration
public DefaultSslConfiguration()
-