Interface Registration


public interface Registration
Returned when an object is registered by an extension in Burp Suite.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Remove the object registered by the extension.
    boolean
    Determines whether the object registered by the extension is currently registered.
  • Method Details

    • isRegistered

      boolean isRegistered()
      Determines whether the object registered by the extension is currently registered.
      Returns:
      Returns true if the object is registered.
    • deregister

      void deregister()
      Remove the object registered by the extension.