Class SolrLogAuditLoggerPlugin

    • Constructor Detail

      • SolrLogAuditLoggerPlugin

        public SolrLogAuditLoggerPlugin()
    • Method Detail

      • init

        public void init​(Map<String,​Object> pluginConfig)
        Initialize the plugin from security.json
        Overrides:
        init in class AuditLoggerPlugin
        Parameters:
        pluginConfig - the config for the plugin
      • audit

        public void audit​(AuditEvent event)
        Audit logs an event to Solr log. The event should be a AuditEvent to be able to pull context info
        Specified by:
        audit in class AuditLoggerPlugin
        Parameters:
        event - the event to log