Interface JaversAuthorProvider

All Superinterfaces:
org.javers.spring.auditable.AuthorProvider
All Known Implementing Classes:
JaversAuthorProviderImpl

public interface JaversAuthorProvider extends org.javers.spring.auditable.AuthorProvider
  • Method Summary

    Modifier and Type
    Method
    Description
    Should provide a username of the commit author.

    Methods inherited from interface org.javers.spring.auditable.AuthorProvider

    provide
  • Method Details

    • getUsername

      String getUsername()
      Should provide a username of the commit author.
      Returns:
      String with username of the commit author