Interface Registration


  • public interface Registration
    This interface represents an instance of a class that is returned when an object is registered by an extension in Burp Suite.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void deregister()
      This method is used to remove the object registered by the extension.
      boolean isRegistered()
      This method determines whether the object registered by the extension is currently registered.
    • Method Detail

      • isRegistered

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

        void deregister()
        This method is used to remove the object registered by the extension.