Interface WhitelistOnOffSwitch


public interface WhitelistOnOffSwitch
Enable or disable the whitelist in general. No permission check included.
Since:
1.0
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Disable the whitelist in general.
    void
    Enable the whitelist in general.
    boolean
     
  • Method Details

    • enable

      void enable()
      Enable the whitelist in general.
    • disable

      void disable()
      Disable the whitelist in general.
    • isEnabled

      boolean isEnabled()
      Returns:
      true if the whitelisting is enabled in general; false otherwise