Package org.javers.spring.auditable
-
Interface Summary 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 toJavers.commit(String, Object, Map)
Implementation has to be thread-safe and has to play along withAuthorProvider -
Class Summary Class Description AspectUtil EmptyPropertiesProvider MockAuthorProvider SpringSecurityAuthorProvider Returns a current user name from Spring Security context