Class AuditorAwareImpl

java.lang.Object
org.activiti.cloud.services.modeling.jpa.audit.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 Details

    • AuditorAwareImpl

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

    • getCurrentAuditor

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