Class AuditServiceImpl

java.lang.Object
io.gravitee.am.service.impl.AuditServiceImpl
All Implemented Interfaces:
AuditService, org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.InitializingBean

@Component public class AuditServiceImpl extends Object implements AuditService, org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.DisposableBean
Author:
Titouan COMPIEGNE (titouan.compiegne at graviteesource.com), GraviteeSource Team
  • Constructor Details

    • AuditServiceImpl

      public AuditServiceImpl()
  • Method Details

    • report

      public void report(AuditBuilder<?> auditBuilder)
      Specified by:
      report in interface AuditService
    • afterPropertiesSet

      public void afterPropertiesSet()
      Specified by:
      afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
    • destroy

      public void destroy()
      Specified by:
      destroy in interface org.springframework.beans.factory.DisposableBean