EmbeddedDirectoryServer |
EmbeddedDirectoryServer.extractArchiveForSetup(File openDJZipFile) |
Extracts the provided archive to the appropriate root directory of the server.
|
ManagementContext |
EmbeddedDirectoryServer.getConfiguration() |
Returns the configuration of this server, which can be read or updated.
|
String |
EmbeddedDirectoryServer.getConfigVersion() |
Returns the configuration version of the instance of the directory server as a String.
|
Connection |
EmbeddedDirectoryServer.getConnection() |
Returns a connection to the embedded server that will be authenticated automatically with
the bind DN defined for this server.
|
Connection |
EmbeddedDirectoryServer.getConnection(Dn userDn) |
Returns a connection to the embedded server that will be authenticated as the specified user.
|
String |
EmbeddedDirectoryServer.getDataVersion() |
Returns the data version of the instance of the directory server as a String.
|
LdapClientSocket |
EmbeddedDirectoryServer.getLdapClientSocket() |
Returns a LDAP client socket connected to the embedded server that will be authenticated automatically with
the bind DN defined for this server.
|
void |
EmbeddedDirectoryServer.importLDIF(ImportParameters parameters) |
Imports LDIF data to the directory server, overwriting existing data.
|
Setup |
EmbeddedDirectoryServer.initializeConfiguration() |
Creates a directory server setup object pre-initialized with configuration and connection parameters provided
while creating this embedded directory server and returns the setup object to allow further configuration actions
such as backend creation or profile setup.
|
void |
EmbeddedDirectoryServer.rebuildIndex(RebuildIndexParameters parameters) |
Rebuilds all the indexes of this server.
|
void |
EmbeddedDirectoryServer.start() |
Starts this server.
|
void |
EmbeddedDirectoryServer.upgrade(UpgradeParameters parameters) |
Upgrades this server.
|