Class AuditorAwareImpl

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

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

      Constructors 
      Constructor Description
      AuditorAwareImpl​(org.activiti.api.runtime.shared.security.SecurityManager securityManager)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Optional<java.lang.String> getCurrentAuditor()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AuditorAwareImpl

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

      • getCurrentAuditor

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