Class AdminAuditService


  • @Service(name="asadmin-audit")
    @RunLevel(10)
    public class AdminAuditService
    extends Object
    Audit Admin commands and sends them to the notification services. Currently only for commands sent via the admin console.
    Since:
    5.192
    Author:
    jonathan coustick
    • Constructor Detail

      • AdminAuditService

        public AdminAuditService()
    • Method Detail

      • postConstruct

        @PostConstruct
        public void postConstruct()
      • isEnabled

        public boolean isEnabled()
      • setEnabled

        public void setEnabled​(Boolean enabled)
      • getAuditLevel

        public AuditLevel getAuditLevel()
      • setAuditLevel

        public void setAuditLevel​(AuditLevel level)
      • getEnabledNotifiers

        public Set<String> getEnabledNotifiers()
      • bootstrapNotifierList

        public void bootstrapNotifierList()
        Starts all notifiers that have been enable with the admin audit service.