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 Type
    Method
    Description
    Gets the creation date of the entity.
    Gets the last modification date of the entity.
  • Method Details

    • getCreatedAt

      Instant getCreatedAt()
      Gets the creation date of the entity.
      Returns:
      the creation date
    • getUpdatedAt

      Instant getUpdatedAt()
      Gets the last modification date of the entity.
      Returns:
      the last modification date