| | |
| | | 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.types.*; |
| | | import org.opends.server.util.CertificateManager; |
| | | import org.opends.server.util.SetupUtils; |
| | |
| | | |
| | | /** {@inheritDoc} */ |
| | | @Override |
| | | public void configureBackend(TrustStoreBackendCfg config) throws ConfigException |
| | | public void configureBackend(TrustStoreBackendCfg config, ServerContext serverContext) throws ConfigException |
| | | { |
| | | Reject.ifNull(config); |
| | | configuration = config; |
| | |
| | | |
| | | /** {@inheritDoc} */ |
| | | @Override |
| | | public void initializeBackend() |
| | | throws ConfigException, InitializationException |
| | | public void initializeBackend() throws ConfigException, InitializationException |
| | | { |
| | | DN configEntryDN = configuration.dn(); |
| | | |