Class LdapDirectoryFactory

java.lang.Object
com.orchestranetworks.service.directory.DirectoryFactory
com.orchestranetworks.service.directory.ldap.LdapDirectoryFactory

public final class LdapDirectoryFactory extends DirectoryFactory
Built-in LDAP directory factory for EBX®. See dataspaces for information.
Since:
6.2.0
  • Constructor Details

    • LdapDirectoryFactory

      public LdapDirectoryFactory()
  • Method Details

    • createDirectory

      public Directory createDirectory(AdaptationHome aDataSpace) throws Exception
      Description copied from class: DirectoryFactory
      Creates the directory.

      Limitation: since this method is called during the initialization process of EBX® repository, some resources may not yet be completely available; for instance, data model compilation may not yet finalized.

      Specified by:
      createDirectory in class DirectoryFactory
      Parameters:
      aDataSpace - Current 'Reference' dataspace of the repository.
      Throws:
      Exception