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, @Nullable Boolean encryptSessionCookie)
      Creates an instance.
  • Method Details

    • enabled

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

      public boolean encryptSessionCookie()
      Returns whether to encrypt session cookies.
    • toString

      public String toString()
      Overrides:
      toString in class Object