Class Rest2LdapEndpoint

java.lang.Object
org.opends.server.api.HttpEndpoint<Rest2ldapEndpointCfg>
org.opends.server.protocols.http.rest2ldap.Rest2LdapEndpoint

public final class Rest2LdapEndpoint extends HttpEndpoint<Rest2ldapEndpointCfg>
Encapsulates configuration required to start a REST2LDAP application embedded in this LDAP server. Acts as a factory for HttpApplication.
  • Constructor Details

    • Rest2LdapEndpoint

      public Rest2LdapEndpoint(Rest2ldapEndpointCfg configuration, ServerContext serverContext)
      Create a new Rest2LdapEndpoint with the supplied configuration.
      Parameters:
      configuration - Configuration to use for the HttpApplication
      serverContext - Server of this LDAP server
  • Method Details