Interface | Description |
---|---|
Connector |
A connector instance works as a connection to a data source.
|
ConnectorContext |
Context object used while initializing connector instances.
|
ConnectorFactory |
The connector factory is the runtime entry point for any connector.
|
ConnectorFactoryContext |
Context object used when accessing some connector factory functionality, such
as accessing connector models.
|
DataSet |
A data set represents an extraction unit for a single table.
|
DataSetContext |
Context object used while initializing data set instances.
|
DiscoveryContext |
Context object used during discovery using the schema wizard.
|
OAuthManager |
This interface only needs to be implemented for connectors that require OAuth authentication.
|
Class | Description |
---|---|
OAuthManager.Request |
Represents an OAuth authorization request.
|
OAuthManager.Response |
Represents a successful OAuth authorization response.
|