Class ConfigServerProperties.Encrypt

java.lang.Object
org.springframework.cloud.config.server.config.ConfigServerProperties.Encrypt
Enclosing class:
ConfigServerProperties

public static class ConfigServerProperties.Encrypt extends Object
Encryption properties.
  • Constructor Details

    • Encrypt

      public Encrypt()
  • Method Details

    • isEnabled

      public boolean isEnabled()
    • setEnabled

      public void setEnabled(boolean enabled)
    • isPlainTextEncrypt

      public boolean isPlainTextEncrypt()
    • setPlainTextEncrypt

      public void setPlainTextEncrypt(boolean plainTextEncrypt)
    • toString

      public String toString()
      Overrides:
      toString in class Object