Class DataSourceEncryptionState

java.lang.Object
de.xima.fc.persistence.system.DataSourceEncryptionState
All Implemented Interfaces:
Serializable

public final class DataSourceEncryptionState extends Object implements Serializable
Represents the state of database encryption verification, including whether the encryption is valid and any exceptions that occurred during the check.

Note: This encryption state is based on the presence of an encryption test value in the database. This means this is highly implementation-specific and may only be available for the formcycle system database. Other databases may not support this feature.

Since:
8.5.0
Author:
Norman Lorenz
See Also:
  • Constructor Details

    • DataSourceEncryptionState

      public DataSourceEncryptionState(DataSourceEncryptionState.State state, Exception exception)
      Creates a new DataSourceEncryptionState instance.
      Parameters:
      state - State of the encryption check.
      exception - Exception that occurred during the encryption check, if any.
  • Method Details