Java Integration Kit

Download manifest

The following files are included in the Java Integration Kit:

  • Legal.pdf: Copyright and license information.

  • agent: Contains the OpenToken Agent and supporting libraries.

    • opentoken-agent-<version>.jar: A JAR file that contains the OpenToken Agent.

    • lib: Contains the libraries needed by the OpenToken Agent.

      • commons-beanutils.jar: The Apache Commons Bean Utility library.

      • commons-collections-3.2.2.jar: The Apache Commons Collections library.

      • commons-logging.jar: The Apache Commons Logging library.

    • jakarta: Contains the OpenToken Agent and supporting libraries using Jakarta EE 9.

      • opentoken-agent-jakarta-<version>.jar: A JAR file that contains the OpenToken Agent.

      • lib: Contains the libraries needed by the OpenToken Agent.

        • commons-beanutils.jar: The Apache Commons Bean Utility library.

        • commons-collections-3.2.2.jar: The Apache Commons Collections library.

        • commons-logging.jar: The Apache Commons Logging library.

  • dist/pingfederate/server/default: Contains the integration files.

    • deploy: Contains the Java libraries.

      • opentoken-adapter-<version>.jar: JAR file that contains the OpenToken Adapter.

  • /docs/javadoc: Contains the Agent Toolkit API Javadoc.

  • /sample: Contains sample applications for testing the adapter.

    • data.zip: PingFederate configuration archive for the sample applications.

    • /IdpSample.war: Extracted WAR directory for the IdP sample application.

    • /SpSample.war: Extracted WAR directory for the SP sample application.

    • /jakarta: Contains the Jakarta EE 9 based sample applications for testing the adapter.

      • /IdpSample.war: Extracted WAR directory for the IdP sample application.

      • /SpSample.war: Extracted WAR directory for the SP sample application.

  • /sample_src

    • /idp: Source code and supporting files for the IdP sample application.

    • /sp: Source code and supporting files for the SP sample application.

    • /jakarta: Contains the source code and supporting files for the IdP and SP sample applications for Jakarta EE 9.

      • /idp: Source code and supporting files for the IdP sample application for Jakarta EE 9.

      • /sp: Source code and supporting files for the SP sample application for Jakarta EE 9.