Interface AuditorAware<T>

Type Parameters:
T - the type of the auditing instance.

public interface AuditorAware<T>
Interface for components that are aware of the application's current auditor. This will be some kind of user mostly.
Author:
Oliver Gierke
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the current auditor of the application.
  • Method Details

    • getCurrentAuditor

      Optional<T> getCurrentAuditor()
      Returns the current auditor of the application.
      Returns:
      the current auditor.