| | |
| | | |
| | | import javax.net.ssl.TrustManager; |
| | | |
| | | import org.opends.server.admin.std.server.TrustManagerCfg; |
| | | import org.opends.server.admin.std.server.TrustManagerProviderCfg; |
| | | import org.opends.server.api.TrustManagerProvider; |
| | | import org.opends.server.config.ConfigException; |
| | | import org.opends.server.types.DirectoryException; |
| | |
| | | * configuration. |
| | | */ |
| | | public class NullTrustManagerProvider |
| | | extends TrustManagerProvider<TrustManagerCfg> |
| | | extends TrustManagerProvider<TrustManagerProviderCfg> |
| | | { |
| | | /** |
| | | * Creates a new instance of this null trust manager provider. The |
| | |
| | | /** |
| | | * {@inheritDoc} |
| | | */ |
| | | public void initializeTrustManagerProvider(TrustManagerCfg configuration) |
| | | public void initializeTrustManagerProvider( |
| | | TrustManagerProviderCfg configuration) |
| | | throws ConfigException, InitializationException |
| | | { |
| | | // No implementation is required. |