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