Interface Provider

All Known Subinterfaces:
TransportProvider

public interface Provider
Interface for providers, which provide an implementation of one or more interfaces.

A provider must be declared in the provider-configuration file META-INF/services/org.forgerock.opendj.ldap.spi.<ProviderClass> in order to allow automatic loading of the implementation classes using the java.util.ServiceLoader facility.

  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the name of this provider.
  • Method Details

    • getName

      Returns the name of this provider.
      Returns:
      name of provider