Interface SecretSettings

All Superinterfaces:
NamedWriteable, ToXContent, ToXContentObject, VersionedNamedWriteable, Writeable
All Known Implementing Classes:
EmptySecretSettings

public interface SecretSettings extends ToXContentObject, VersionedNamedWriteable
  • Method Details

    • newSecretSettings

      SecretSettings newSecretSettings(Map<String,Object> newSecrets)
      Update the secret settings with the provided settings, combining them as necessary.
      Parameters:
      newSecrets - a modifiable map with the new secret settings
      Returns:
      the updated secret settings