November 2017
Intermediate to advanced
542 pages
14h 24m
English
The next simple dependency hanging off of o.s.s.acls.jdbc.BasicLookupStrategy is an implementation of the o.s.s.acls.domain.AuditLogger interface, which is used by the BasicLookupStrategy class to audit ACL and ACE lookups. Similar to the AclCache interface, only one implementation is supplied with Spring Security that simply logs to the console. We'll configure it with another one-line bean declaration:
src/main/java/com/packtpub/springsecurity/configuration/AclConfig.java@Beanpublic ConsoleAuditLogger consoleAuditLogger(){ return new ConsoleAuditLogger();}
Read now
Unlock full access