Class Auditor
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionOptional<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:
getCurrentAuditorin interfaceorg.springframework.data.domain.AuditorAware<org.qubership.atp.auth.springbootstarter.entities.UserInfo>
-