Uses of Interface
com.helger.photon.audit.IAuditor
-
Packages that use IAuditor Package Description com.helger.photon.audit com.helger.photon.audit.v2 -
-
Uses of IAuditor in com.helger.photon.audit
Classes in com.helger.photon.audit that implement IAuditor Modifier and Type Class Description classAbstractAuditorAbstract base class for interfaceIAuditor.classAsynchronousAuditorThe class handles audit items asynchronously.classDoNothingAuditorAn implementation ofIAuditorthat does nothingclassLoggingAuditorAn implementation ofIAuditorusing SLF4J logging.classSimpleAuditManagerThe class handles audit actions in a very simple way.Methods in com.helger.photon.audit that return IAuditor Modifier and Type Method Description static IAuditorAuditHelper. getAuditor()IAuditorDoNothingAuditManager. getAuditor()IAuditorIAuditManager. getAuditor()Methods in com.helger.photon.audit with parameters of type IAuditor Modifier and Type Method Description static voidAuditHelper. setAuditor(IAuditor aAuditor)Set the global auditor to use. -
Uses of IAuditor in com.helger.photon.audit.v2
Classes in com.helger.photon.audit.v2 that implement IAuditor Modifier and Type Class Description classAudit2BridgeImplementation of V1IAuditorin terms of V2AuditEventetc.
-