All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.example.opendj.ExamplePluginConfiguration.xml Maven / Gradle / Ivy

Go to download

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

There is a newer version: 4.9.2
Show newest version
<?xml version="1.0" encoding="utf-8"?>
<adm:managed-object name="example-plugin" plural-name="example-plugins"
  package="com.example.opendj" extends="plugin"
  parent-package="org.forgerock.opendj.server.config"
  xmlns:adm="http://opendj.forgerock.org/admin"
  xmlns:ldap="http://opendj.forgerock.org/admin-ldap">
  <adm:synopsis>An example "Hello World" plugin.</adm:synopsis>
  <adm:profile name="ldap">
    <ldap:object-class>
      <ldap:name>ds-cfg-example-plugin</ldap:name>
      <ldap:superior>ds-cfg-plugin</ldap:superior>
    </ldap:object-class>
  </adm:profile>
  <adm:property-override name="java-class">
    <adm:default-behavior>
      <adm:defined>
        <adm:value>com.example.opendj.ExamplePlugin</adm:value>
      </adm:defined>
    </adm:default-behavior>
  </adm:property-override>
  <adm:property name="message">
    <adm:synopsis>The message to be logged.</adm:synopsis>
    <adm:default-behavior>
      <adm:defined>
        <adm:value>Hello World</adm:value>
      </adm:defined>
    </adm:default-behavior>
    <adm:syntax>
      <adm:string />
    </adm:syntax>
    <adm:profile name="ldap">
      <ldap:attribute>
        <ldap:name>ds-cfg-example-plugin-message</ldap:name>
      </ldap:attribute>
    </adm:profile>
  </adm:property>
</adm:managed-object>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy