jar

org.openidentityplatform.opendj : opendj-server-example-plugin

Maven & Gradle

Jul 20, 2023
302 stars

OpenDJ Server Example Plugin · An example OpenDJ Server plugin illustrating how custom components may be developed for OpenDJ.

Table Of Contents

Latest Version

Download org.openidentityplatform.opendj : opendj-server-example-plugin JAR file - Latest Versions:

All Versions

Download org.openidentityplatform.opendj : opendj-server-example-plugin JAR file - All Versions:

Version Vulnerabilities Size Updated
4.5.x
4.4.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window opendj-server-example-plugin-4.5.5.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.example.opendj.server

├─ com.example.opendj.server.ExamplePluginCfg.class - [JAR]

├─ com.example.opendj.server.package-info.class - [JAR]

com.example.opendj.meta

├─ com.example.opendj.meta.ExamplePluginCfgDefn.class - [JAR]

├─ com.example.opendj.meta.package-info.class - [JAR]

com.example.opendj.client

├─ com.example.opendj.client.ExamplePluginCfgClient.class - [JAR]

├─ com.example.opendj.client.package-info.class - [JAR]

com.example.opendj

├─ com.example.opendj.ExamplePlugin.class - [JAR]

├─ com.example.opendj.ExamplePluginMessages.class - [JAR]

├─ com.example.opendj.package-info.class - [JAR]