| | |
| | | import org.opends.server.core.ModifyDNOperation; |
| | | import org.opends.server.core.ModifyOperation; |
| | | import org.opends.server.core.SearchOperation; |
| | | import org.opends.server.core.ServerContext; |
| | | import org.opends.server.schema.GeneralizedTimeSyntax; |
| | | import org.opends.server.tools.LDIFModify; |
| | | import org.opends.server.types.*; |
| | |
| | | |
| | | /** {@inheritDoc} */ |
| | | @Override |
| | | public void configureBackend(ConfigFileHandlerBackendCfg cfg) |
| | | public void configureBackend(ConfigFileHandlerBackendCfg cfg, ServerContext serverContext) |
| | | throws ConfigException |
| | | { |
| | | // No action is required. |
| | |
| | | |
| | | /** {@inheritDoc} */ |
| | | @Override |
| | | public void initializeBackend() |
| | | throws ConfigException, InitializationException |
| | | public void initializeBackend() throws ConfigException, InitializationException |
| | | { |
| | | // No action is required, since all initialization was performed in the |
| | | // initializeConfigHandler method. |