java.lang.Object
org.qubership.atp.common.auditing.db.mongo.auditor.Auditor
All Implemented Interfaces:
org.springframework.data.domain.AuditorAware<org.qubership.atp.auth.springbootstarter.entities.UserInfo>

@Component public class Auditor extends Object implements org.springframework.data.domain.AuditorAware<org.qubership.atp.auth.springbootstarter.entities.UserInfo>
  • Constructor Details

    • Auditor

      public Auditor()
  • Method Details

    • getCurrentAuditor

      @NotNull public Optional<org.qubership.atp.auth.springbootstarter.entities.UserInfo> getCurrentAuditor()
      Specified by:
      getCurrentAuditor in interface org.springframework.data.domain.AuditorAware<org.qubership.atp.auth.springbootstarter.entities.UserInfo>