Interface CurrentUserProvider


public interface CurrentUserProvider
Provides the current user in order to support 'CreateUser', 'UpdateUser' audit features.
  • Method Summary

    Modifier and Type
    Method
    Description
    Return the current user.
  • Method Details

    • currentUser

      String currentUser()
      Return the current user.
      Returns:
      Current user