Package org.odpi.openmetadata.frameworks.connectors
package org.odpi.openmetadata.frameworks.connectors
-
ClassDescriptionThe Connector is the interface for all connector instances.The ConnectorBase is an implementation of the Connector interface.ProtectedConnection provides a subclass to Connection in order to extract protected values from the connection in order to supply them to the Connector implementation.The ConnectorBroker is a generic factory for Open Connector Framework (OCF) Connectors.The ConnectorProvider is a formal plug-in interface for the Open Connector Framework (OCF).ConnectorProviderBase is a base class for a connector provider.IsolatedConnectorClassLoader is used by a connector provider to create a connector instance that uses class implementations from its own JAR file rather than any class implementations that may have already been loaded.IsolatedConnectorProviderBase provides extensions to ConnectorProviderBase that uses a custom class loader to load the connector class in getConnector.The SampleDataExtension describes a method to retrieve a selection of data to show to an end user.SecretsStoreConnector is the interface for a connector that is able to retrieve secrets (passwords, certificates, ...) from a secure location.The SecureConnectorExtension is an optional interface for a virtual connector.The VirtualConnectorExtension is an optional interface for a virtual connector.