Package | Description |
---|---|
org.identityconnectors.framework.common | |
org.identityconnectors.framework.common.objects | |
org.identityconnectors.framework.impl.api.local | |
org.identityconnectors.framework.impl.api.local.operations | |
org.identityconnectors.framework.impl.test | |
org.identityconnectors.framework.spi |
This is the "Service Provider Interface" package.
|
org.identityconnectors.test.common | |
org.identityconnectors.test.common.spi | |
org.identityconnectors.testconnector |
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 void |
ConnectorLifecycleUtil.setConnectorInstanceName(Connector connector,
String instanceName) |
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 |
ConnectorAPIOperationRunner.getConnector() |
Modifier and Type | Method and Description |
---|---|
Class<? extends Connector> |
ConnectorOperationalContext.getConnectorClass() |
Constructor and Description |
---|
AuthenticationImpl(ConnectorOperationalContext context,
Connector connector)
Pass the configuration etc to the abstract class.
|
ConnectorAPIOperationRunner(ConnectorOperationalContext context,
Connector connector)
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.
|
DiscoverConfigurationImpl(ConnectorOperationalContext context,
Connector connector) |
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.
|
SyncImpl(ConnectorOperationalContext context,
Connector connector) |
TestImpl(ConnectorOperationalContext context,
Connector connector) |
UpdateDeltaImpl(ConnectorOperationalContext context,
Connector connector)
Determines which type of update a connector supports and then uses that
handler.
|
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 | 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) |
Modifier and Type | Class and Description |
---|---|
class |
TstConnector |
class |
TstStatefulConnector |
class |
TstStatefulPoolableConnector |
Copyright © 2022. All rights reserved.