DOC

io.github.pckhoi.keycloak : webhook

Maven & Gradle

Feb 16, 2023
0 stars

io.github.pckhoi.keycloak:webhook · Provides webhook functionality to Keycloak. A Rest API is provided to create and manage webhooks. This webhook is meant for notification to internal services so no authentication mechanism is provided at the moment. In exchange, each webhook can listen to any kind of event that an event handler can listen to.

Table Of Contents

Latest Version

Download io.github.pckhoi.keycloak : webhook Javadoc & API Documentation - Latest Versions:

All Versions

Download io.github.pckhoi.keycloak : webhook Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
20.0.x
19.0.x

How to open Javadoc JAR file in web browser

  1. Rename the file webhook-20.0.3.1-javadoc.jar to webhook-20.0.3.1-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder webhook-20.0.3.1-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "webhook-20.0.3.1-sources.jar" -d "webhook-20.0.3.1-javadoc" -subpackages