Class AuditorAwareImpl

  • All Implemented Interfaces:
    org.springframework.data.domain.AuditorAware<String>

    public class AuditorAwareImpl
    extends Object
    implements org.springframework.data.domain.AuditorAware<String>
    Auditor implementation.
    • Constructor Detail

      • AuditorAwareImpl

        public AuditorAwareImpl​(org.activiti.api.runtime.shared.security.SecurityManager securityManager)
    • Method Detail

      • getCurrentAuditor

        public Optional<String> getCurrentAuditor()
        Specified by:
        getCurrentAuditor in interface org.springframework.data.domain.AuditorAware<String>