Package | Description |
---|---|
com.incorta.connector |
Modifier and Type | Method and Description |
---|---|
Connector |
ConnectorFactory.createConnector(ConnectorContext context,
ConnectorSpec connectorSpec,
boolean keepAlive)
Factory method for creating a connector instance, given the specified connector specification.
|
default OAuthManager |
ConnectorFactory.getOAuthManager(ConnectorContext context,
ConnectorType type)
Returns an
OAuthManager object that can be used for OAuth authentication of third parties. |
default PropertyModel |
ConnectorFactory.refreshConnectorProperty(ConnectorContext context,
ConnectorSpec connectorSpec,
PropertyModel property)
This method is used if a connector contains a DYNAMIC_LIST field.
|