Class LdapDirectoryFactory
java.lang.Object
com.orchestranetworks.service.directory.DirectoryFactory
com.orchestranetworks.service.directory.ldap.LdapDirectoryFactory
Built-in LDAP directory factory for EBX®.
See Configuring
the built-in LDAP directory for more information.
- Since:
- 6.2.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateDirectory(AdaptationHome aDataSpace) Creates the directory.
-
Constructor Details
-
LdapDirectoryFactory
public LdapDirectoryFactory()
-
-
Method Details
-
createDirectory
Description copied from class:DirectoryFactoryCreates 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:
createDirectoryin classDirectoryFactory- Parameters:
aDataSpace- Current 'Reference' dataspace of the repository.- Throws:
Exception
-