Class CouchbaseProperties.Ssl
java.lang.Object
org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Ssl
- Enclosing class:
- CouchbaseProperties
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.void
void
setEnabled
(Boolean enabled) void
setKeyStore
(String keyStore) Deprecated, for removal: This API element is subject to removal in a future version.void
setKeyStorePassword
(String keyStorePassword) Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
Ssl
public Ssl()
-
-
Method Details
-
getEnabled
-
setEnabled
-
getKeyStore
@Deprecated(since="3.1.0", forRemoval=true) @DeprecatedConfigurationProperty(reason="SSL bundle support with spring.ssl.bundle and spring.couchbase.env.ssl.bundle should be used instead", since="3.1.0") public String getKeyStore()Deprecated, for removal: This API element is subject to removal in a future version. -
setKeyStore
Deprecated, for removal: This API element is subject to removal in a future version. -
getKeyStorePassword
@Deprecated(since="3.1.0", forRemoval=true) @DeprecatedConfigurationProperty(reason="SSL bundle support with spring.ssl.bundle and spring.couchbase.env.ssl.bundle should be used instead", since="3.1.0") public String getKeyStorePassword()Deprecated, for removal: This API element is subject to removal in a future version. -
setKeyStorePassword
@Deprecated(since="3.1.0", forRemoval=true) public void setKeyStorePassword(String keyStorePassword) Deprecated, for removal: This API element is subject to removal in a future version. -
getBundle
-
setBundle
-