Class LdapManagementContextFactory

java.lang.Object
org.forgerock.opendj.config.dsconfig.LdapManagementContextFactory
All Implemented Interfaces:
Closeable, AutoCloseable, ManagementContextFactory

public final class LdapManagementContextFactory extends Object implements ManagementContextFactory
An LDAP management context factory for the DSConfig tool.
  • Constructor Details

    • LdapManagementContextFactory

      public LdapManagementContextFactory(com.forgerock.opendj.cli.LdapClientProvider cfp)
      Creates a new LDAP management context factory based on LDAP client.
      Parameters:
      cfp - The LDAP client provider which should be used in this context.
  • Method Details