Usages

POM file adjustments

Abstract Class

org.joget.api.model.ApiPluginAbstract

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

Overridable Methods

getTagDesc
public String getTagDesc();

Used to add a description for the API tag.

Default will return the value found in getLabel() method in your custom plugin.

getResourceBundlePath
public String getResourceBundlePath();

Used to authenticate API calls on an existing API document.

Default value is null.

Plugin Properties Options

Sample Plugins