Class NoOpAuditLogger

  • All Implemented Interfaces:
    org.springframework.security.acls.domain.AuditLogger

    public class NoOpAuditLogger
    extends java.lang.Object
    implements org.springframework.security.acls.domain.AuditLogger
    A no operation AuditLogger suitable for disabling audit logging.
    • Constructor Summary

      Constructors 
      Constructor Description
      NoOpAuditLogger()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void logIfNeeded​(boolean granted, org.springframework.security.acls.model.AccessControlEntry ace)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NoOpAuditLogger

        public NoOpAuditLogger()
    • Method Detail

      • logIfNeeded

        public void logIfNeeded​(boolean granted,
                                org.springframework.security.acls.model.AccessControlEntry ace)
        Specified by:
        logIfNeeded in interface org.springframework.security.acls.domain.AuditLogger