Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

Usages

  • API Authenticator Plugin is used as an extension or replacement for the default authentication methods available in the API Builder.
  • Extended org.joget.plugin.base.ExtDefaultPlugin. Please refer to Plugin Base Abstract Class and Interface.
  • Implemented org.joget.plugin.property.model.PropertyEditable. Please refer to Plugin Base Abstract Class and Interface.
  • A base abstract class to develop a custom API Authenticator Plugin.

Abstract Class

org.joget.api.model.ApiAuthenticatorAbstract

  • Under apibuilder_api module
  • Extended 

Sample Plugins

...