Class ThreatIntelPluginConfiguration

java.lang.Object
org.graylog.plugins.threatintel.ThreatIntelPluginConfiguration

public abstract class ThreatIntelPluginConfiguration extends Object
  • Constructor Details

    • ThreatIntelPluginConfiguration

      public ThreatIntelPluginConfiguration()
  • Method Details

    • otxEnabled

      @Deprecated public abstract boolean otxEnabled()
      Deprecated.
    • otxApiKey

      @Deprecated @Nullable public abstract String otxApiKey()
      Deprecated.
    • torEnabled

      public abstract boolean torEnabled()
    • spamhausEnabled

      public abstract boolean spamhausEnabled()
    • abusechRansomEnabled

      public abstract boolean abusechRansomEnabled()
    • create

      public static ThreatIntelPluginConfiguration create(boolean otxEnabled, @Nullable String otxApiKey, boolean torEnabled, boolean spamhausEnabled, boolean abusechRansomEnabled)
    • builder

      public static ThreatIntelPluginConfiguration.Builder builder()
    • defaults

      public static ThreatIntelPluginConfiguration defaults()