Class LoggingAuditor

  • All Implemented Interfaces:
    IAuditor

    public class LoggingAuditor
    extends AbstractAuditor
    An implementation of IAuditor using SLF4J logging.
    Author:
    Philip Helger
    • Constructor Detail

      • LoggingAuditor

        public LoggingAuditor​(@Nonnull
                              com.helger.security.authentication.subject.user.ICurrentUserIDProvider aUserIDProvider)
      • LoggingAuditor

        public LoggingAuditor​(@Nonnull
                              com.helger.security.authentication.subject.user.ICurrentUserIDProvider aUserIDProvider,
                              @Nullable
                              String sCommonPrefix)