Class SecureClusterStateSettings

java.lang.Object
org.elasticsearch.common.settings.SecureClusterStateSettings
All Implemented Interfaces:
Closeable, AutoCloseable, Writeable, SecureSettings

public class SecureClusterStateSettings extends Object implements SecureSettings
Implementation of SecureSettings that represents secrets in cluster state. Secrets are stored as byte arrays along with their SHA-256 digests. Provides functionality to read and serialize secure settings to broadcast them as part of cluster state. Does not provide any encryption.