Interface AuditProvider


public interface AuditProvider
An interface to define passing audit information.
  • Field Details

  • Method Details

    • getCurrentUserId

      String getCurrentUserId()
      Gets the current user.
      Returns:
    • getCurrentUserDetails

      Map<Object,Object> getCurrentUserDetails()
      Gets user details.
      Returns:
    • configure

      void configure(Map<String,?> params)
      Configures this instance with parameters passed into the DataStoreFinder
      Parameters:
      params -