public final class DoNothingAuditor extends AbstractAuditor
IAuditor that does nothing| Constructor and Description |
|---|
DoNothingAuditor(com.helger.security.authentication.subject.user.ICurrentUserIDProvider aUserIDProvider) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
handleAuditItem(IAuditItem aAuditItem)
Implement this method to handle the created audit items.
|
createAuditItem, getActionStringProvider, getCurrentUserIDProvider, setActionStringProvider, setCurrentUserIDProviderclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitonCreateFailure, onCreateSuccess, onDeleteFailure, onDeleteSuccess, onExecuteFailure, onExecuteFailure, onExecuteSuccess, onExecuteSuccess, onModifyFailure, onModifySuccess, onUndeleteFailure, onUndeleteSuccesspublic DoNothingAuditor(@Nonnull com.helger.security.authentication.subject.user.ICurrentUserIDProvider aUserIDProvider)
protected void handleAuditItem(@Nonnull IAuditItem aAuditItem)
AbstractAuditorhandleAuditItem in class AbstractAuditoraAuditItem - The audit item to handle. Never null.Copyright © 2014–2023 Philip Helger. All rights reserved.