Modifier and Type | Class and Description |
---|---|
class |
ScriptedConnector
A ScriptedConnector is a generic Groovy Connector.
|
class |
ScriptedPoolableConnector
A ScriptedPoolableConnector is a generic Groovy Poolable Connector.
|
Modifier and Type | Class and Description |
---|---|
class |
KerberosConnector
Main implementation of the ScriptedKerberosConnector Connector.
|
Modifier and Type | Class and Description |
---|---|
class |
ScriptedCRESTConnector
A NAME does ...
|
Modifier and Type | Class and Description |
---|---|
class |
ScriptedRESTConnector
Main implementation of the ScriptedREST Connector.
|
Modifier and Type | Class and Description |
---|---|
class |
ScriptedSQLConnector
Main implementation of the ScriptedSQL Connector.
|
Modifier and Type | Class and Description |
---|---|
class |
SSHConnector
Main implementation of the SSH Connector.
|
Modifier and Type | Class and Description |
---|---|
class |
XMLConnector |
Constructor and Description |
---|
SchemaParser(Class<? extends Connector> connectorClass,
File filePath) |
Modifier and Type | Class and Description |
---|---|
class |
CSVFileConnector
Main implementation of the CSVFile Connector
|
Modifier and Type | Method and Description |
---|---|
protected Object |
ScriptedConnectorBase.executeSchema(String scriptName,
Class<? extends Connector> connectorClass) |
Constructor and Description |
---|
ICFObjectBuilder(Class<? extends Connector> connectorClass) |
Modifier and Type | Class and Description |
---|---|
class |
DatabaseTableConnector
The database table
DatabaseTableConnector is a basic, but easy to use
DatabaseTableConnector for accounts in a relational database. |
Modifier and Type | Method and Description |
---|---|
static Set<Class<? extends APIOperation>> |
FrameworkUtil.getDefaultSupportedOperations(Class<? extends Connector> connector)
Determines the default set of operations that a
Connector
supports. |
Constructor and Description |
---|
SchemaBuilder(Class<? extends Connector> connectorClass)
Creates a SchemaBuilder for the given connector class
|
Modifier and Type | Method and Description |
---|---|
Class<? extends Connector> |
LocalConnectorInfoImpl.getConnectorClass() |
Modifier and Type | Method and Description |
---|---|
static ConnectorMessagesImpl |
LocalConnectorInfoManagerImpl.loadMessageCatalog(Set<String> bundleContents,
ClassLoader loader,
Class<? extends Connector> connector) |
void |
LocalConnectorInfoImpl.setConnectorClass(Class<? extends Connector> clazz) |
Modifier and Type | Method and Description |
---|---|
Connector |
GetImpl.getConnector() |
Connector |
ConnectorAPIOperationRunner.getConnector() |
Modifier and Type | Method and Description |
---|---|
Class<? extends Connector> |
ConnectorOperationalContext.getConnectorClass() |
Modifier and Type | Method and Description |
---|---|
protected APIOperationRunner |
ConnectorAPIOperationRunnerProxy.getApiOperationRunner(ConnectorOperationalContext operationalContext,
Connector connector) |
Constructor and Description |
---|
AuthenticationImpl(ConnectorOperationalContext context,
Connector connector)
Pass the configuration etc to the abstract class.
|
BatchApiOpImpl(ConnectorOperationalContext context,
Connector connector,
LocalConnectorFacadeImpl.ReferenceCounter referenceCounter)
Creates the API operation so it can called multiple times.
|
BatchImpl(ConnectorOperationalContext context,
Connector connector)
Construct a batch operation.
|
BatchImpl(ConnectorOperationalContext context,
Connector connector,
LocalConnectorFacadeImpl.ReferenceCounter referenceCounter)
Construct a batch operation.
|
BatchTaskExecutorImpl(Connector connector,
ConnectorOperationalContext context) |
ConnectorAPIOperationRunner(ConnectorOperationalContext context,
Connector connector)
Creates the API operation so it can called multiple times.
|
ConnectorEventSubscriptionApiOpImp(ConnectorOperationalContext context,
Connector connector,
LocalConnectorFacadeImpl.ReferenceCounter referenceCounter)
Creates the API operation so it can called multiple times.
|
CreateImpl(ConnectorOperationalContext context,
Connector connector)
Initializes the operation works.
|
DeleteImpl(ConnectorOperationalContext context,
Connector connector)
Initializes the operation works.
|
ResolveUsernameImpl(ConnectorOperationalContext context,
Connector connector)
Pass the configuration etc to the abstract class.
|
SchemaImpl(ConnectorOperationalContext context,
Connector connector)
Initializes the operation works.
|
ScriptOnConnectorImpl(ConnectorOperationalContext context,
Connector connector) |
ScriptOnResourceImpl(ConnectorOperationalContext context,
Connector connector) |
SearchImpl(ConnectorOperationalContext context,
Connector connector)
Initializes the operation works.
|
SubscriptionImpl(ConnectorOperationalContext context,
Connector connector,
LocalConnectorFacadeImpl.ReferenceCounter referenceCounter)
Creates the API operation so it can called multiple times.
|
SyncEventSubscriptionApiOpImpl(ConnectorOperationalContext context,
Connector connector,
LocalConnectorFacadeImpl.ReferenceCounter referenceCounter)
Creates the API operation so it can called multiple times.
|
SyncImpl(ConnectorOperationalContext context,
Connector connector) |
TestImpl(ConnectorOperationalContext context,
Connector connector) |
UpdateImpl(ConnectorOperationalContext context,
Connector connector)
Determines which type of update a connector supports and then uses that
handler.
|
Modifier and Type | Method and Description |
---|---|
APIConfiguration |
TestHelpersImpl.createTestConfiguration(Class<? extends Connector> clazz,
Configuration config)
Method for convenient testing of local connectors.
|
APIConfiguration |
TestHelpersImpl.createTestConfiguration(Class<? extends Connector> clazz,
Set<String> bundleContents,
PropertyBag configData,
String prefix)
Method for convenient testing of local connectors.
|
Modifier and Type | Interface and Description |
---|---|
interface |
PoolableConnector
To be implemented by connectors that wish to be pooled.
|
Modifier and Type | Class and Description |
---|---|
class |
LdapConnector |
Modifier and Type | Method and Description |
---|---|
static APIConfiguration |
TestHelpers.createTestConfiguration(Class<? extends Connector> clazz,
Configuration config)
Method for convenient testing of local connectors.
|
static APIConfiguration |
TestHelpers.createTestConfiguration(Class<? extends Connector> clazz,
PropertyBag configData,
String prefix)
Method for convenient testing of local connectors.
|
Modifier and Type | Method and Description |
---|---|
APIConfiguration |
TestHelpersSpi.createTestConfiguration(Class<? extends Connector> clazz,
Configuration config) |
APIConfiguration |
TestHelpersSpi.createTestConfiguration(Class<? extends Connector> clazz,
Set<String> bundleContents,
PropertyBag configData,
String prefix) |
Copyright © 2018–2025. All rights reserved.