Interface IAuditableEntity
- All Known Implementing Classes:
AbstractAuditableEntity, CertificateEntity, KeyPairEntity, KeyStoreEntity
public interface IAuditableEntity
Interface for entities that can be audited, providing methods to access creation and last modification dates.
- Since:
- 8.5.0
- Author:
- Norman Lorenz
-
Method Summary
Modifier and TypeMethodDescriptionGets the creation date of the entity.Gets the last modification date of the entity.
-
Method Details
-
getCreatedAt
-
getUpdatedAt
Instant getUpdatedAt()Gets the last modification date of the entity.- Returns:
- the last modification date
-