Package io.micronaut.http.ssl
Class ClientSslConfiguration.DefaultTrustStoreConfiguration
- java.lang.Object
-
- io.micronaut.http.ssl.SslConfiguration.TrustStoreConfiguration
-
- io.micronaut.http.ssl.ClientSslConfiguration.DefaultTrustStoreConfiguration
-
- Enclosing class:
- ClientSslConfiguration
@ConfigurationProperties("trust-store") @Requires(property="micronaut.http.client.ssl.trust-store") public static class ClientSslConfiguration.DefaultTrustStoreConfiguration extends SslConfiguration.TrustStoreConfiguration
The defaultSslConfiguration.TrustStoreConfiguration
.
-
-
Field Summary
-
Fields inherited from class io.micronaut.http.ssl.SslConfiguration.TrustStoreConfiguration
PREFIX
-
-
Constructor Summary
Constructors Constructor Description DefaultTrustStoreConfiguration()
-
Method Summary
-
Methods inherited from class io.micronaut.http.ssl.SslConfiguration.TrustStoreConfiguration
getPassword, getPath, getProvider, getType, setPassword, setPath, setProvider, setType
-
-