| Package | Description | 
|---|---|
| com.hazelcast.config | 
 Provides classes for configuring HazelcastInstance. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
VaultSecureStoreConfig | 
VaultSecureStoreConfig.setAddress(String address)
Sets the Vault server address. 
 | 
VaultSecureStoreConfig | 
VaultSecureStoreConfig.setPollingInterval(int pollingInterval)
Sets the polling interval (in seconds) for checking for changes in Vault. 
 | 
VaultSecureStoreConfig | 
VaultSecureStoreConfig.setSecretPath(String secretPath)
Sets the Vault secret path where the encryption keys is expected to be stored. 
 | 
VaultSecureStoreConfig | 
VaultSecureStoreConfig.setSSLConfig(SSLConfig sslConfig)
Sets the SSL/TLS configuration. 
 | 
VaultSecureStoreConfig | 
VaultSecureStoreConfig.setToken(String token)
Sets the Vault access token. 
 | 
Copyright © 2022 Hazelcast, Inc.. All rights reserved.