Package com.helger.photon.audit
Class DoNothingAuditor
- java.lang.Object
-
- com.helger.photon.audit.AbstractAuditor
-
- com.helger.photon.audit.DoNothingAuditor
-
- All Implemented Interfaces:
IAuditor
public final class DoNothingAuditor extends AbstractAuditor
An implementation ofIAuditorthat does nothing- Author:
- Philip Helger
-
-
Constructor Summary
Constructors Constructor Description DoNothingAuditor(com.helger.security.authentication.subject.user.ICurrentUserIDProvider aUserIDProvider)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidhandleAuditItem(IAuditItem aAuditItem)Implement this method to handle the created audit items.-
Methods inherited from class com.helger.photon.audit.AbstractAuditor
createAuditItem, getActionStringProvider, getCurrentUserIDProvider, setActionStringProvider, setCurrentUserIDProvider
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.helger.photon.audit.IAuditor
onCreateFailure, onCreateSuccess, onDeleteFailure, onDeleteSuccess, onExecuteFailure, onExecuteFailure, onExecuteSuccess, onExecuteSuccess, onModifyFailure, onModifySuccess, onUndeleteFailure, onUndeleteSuccess
-
-
-
-
Constructor Detail
-
DoNothingAuditor
public DoNothingAuditor(@Nonnull com.helger.security.authentication.subject.user.ICurrentUserIDProvider aUserIDProvider)
-
-
Method Detail
-
handleAuditItem
protected void handleAuditItem(@Nonnull IAuditItem aAuditItem)
Description copied from class:AbstractAuditorImplement this method to handle the created audit items.- Specified by:
handleAuditItemin classAbstractAuditor- Parameters:
aAuditItem- The audit item to handle. Nevernull.
-
-