Class EncryptionAtRestConfig

java.lang.Object
com.linecorp.centraldogma.server.EncryptionAtRestConfig

public final class EncryptionAtRestConfig extends Object
Encryption at Rest configuration.
  • Constructor Details

    • EncryptionAtRestConfig

      public EncryptionAtRestConfig(@Nullable Boolean enabled)
      Creates an instance.
  • Method Details

    • enabled

      public boolean enabled()
      Returns whether encryption at rest is enabled.
    • toString

      public String toString()
      Overrides:
      toString in class Object