DOC

io.apiman : apiman-sso

Maven & Gradle

Jul 06, 2023
773 stars

apiman-sso · Code to integrate into with single sign on (SSO) platforms, this allows certain events to be pushed to Apiman Manager that it otherwise would not have access to, such as account creation approval requests. Apiman Manager could support multiple different SSOs with this level of integration.

Table Of Contents

Latest Version

Download io.apiman : apiman-sso Javadoc & API Documentation - Latest Versions:

All Versions

Download io.apiman : apiman-sso Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
3.1.x
3.0.x

How to open Javadoc JAR file in web browser

  1. Rename the file apiman-sso-3.1.2.Final-javadoc.jar to apiman-sso-3.1.2.Final-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder apiman-sso-3.1.2.Final-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 "apiman-sso-3.1.2.Final-sources.jar" -d "apiman-sso-3.1.2.Final-javadoc" -subpackages 

Advertisement