Class DataSourceEncryptionState
java.lang.Object
de.xima.fc.persistence.system.DataSourceEncryptionState
- All Implemented Interfaces:
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:
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionDataSourceEncryptionState(DataSourceEncryptionState.State state, Exception exception) Creates a newDataSourceEncryptionStateinstance. -
Method Summary
-
Constructor Details
-
DataSourceEncryptionState
Creates a newDataSourceEncryptionStateinstance.- Parameters:
state- State of the encryption check.exception- Exception that occurred during the encryption check, if any.
-
-
Method Details
-
getState
State of the encryption check. -
getException
Exception that occurred during the encryption check, if any. -
equals
-
hashCode
-
toString
-