| Interface | Description |
|---|---|
| AuthorProvider |
Should provide a commit author, typically a user name taken from a current user session.
|
| CommitPropertiesProvider |
Should provide commit properties passed by Auto-audit aspect
to
Javers.commit(String, Object, Map)
Implementation has to be thread-safe and has to play along with AuthorProvider
|
| Class | Description |
|---|---|
| AspectUtil | |
| EmptyPropertiesProvider | |
| MockAuthorProvider | |
| SpringSecurityAuthorProvider |
Returns a current user name from Spring Security context
|