Interface SPFCheckEnabled

All Known Implementing Classes:
IncludeMechanism, RedirectModifier

public interface SPFCheckEnabled
Components that need to log can implement this interface so that the container will provide the SPFChecker
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Provide component with an SPF Checker.
  • Method Details

    • enableSPFChecking

      void enableSPFChecking(SPFChecker checker)
      Provide component with an SPF Checker.
      Parameters:
      checker - the checker. Must not be null.