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.
  • This plugin type must extend org.joget.api.model.ApiAuthenticatorAbstract abstract class.

Abstract Class

org.joget.api.model.ApiAuthenticatorAbstract

Abstract Methods

authenticate
public boolean authenticate(HttpServletRequest request, HttpServletResponse response);

Used to authenticate API calls on an existing API document.

Parameters:

request - the http request information

response - the http response to write

Plugin Properties Options

Sample Plugins