Uses of Interface
org.identityconnectors.framework.spi.Connector
Package
Description
This is the "Service Provider Interface" package.
-
Uses of Connector in net.tirasa.connid.commons.scripted
Modifier and TypeClassDescriptionclass
-
Uses of Connector in org.identityconnectors.framework.common
Modifier and TypeMethodDescriptionstatic Set
<Class<? extends APIOperation>> FrameworkUtil.getDefaultSupportedOperations
(Class<? extends Connector> connector) Determines the default set of operations that aConnector
supports. -
Uses of Connector in org.identityconnectors.framework.common.objects
ModifierConstructorDescriptionSchemaBuilder
(Class<? extends Connector> connectorClass) Creates a SchemaBuilder for the given connector class -
Uses of Connector in org.identityconnectors.framework.impl.api.local
Modifier and TypeMethodDescriptionstatic void
ConnectorLifecycleUtil.setConnectorInstanceName
(Connector connector, String instanceName) Modifier and TypeMethodDescriptionstatic ConnectorMessagesImpl
LocalConnectorInfoManagerImpl.loadMessageCatalog
(Set<String> bundleContents, ClassLoader loader, Class<? extends Connector> connector) void
LocalConnectorInfoImpl.setConnectorClass
(Class<? extends Connector> clazz) -
Uses of Connector in org.identityconnectors.framework.impl.api.local.operations
ModifierConstructorDescriptionAuthenticationImpl
(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) LiveSyncImpl
(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. -
Uses of Connector in org.identityconnectors.framework.impl.test
Modifier and TypeMethodDescriptionTestHelpersImpl.createTestConfiguration
(Class<? extends Connector> clazz, Set<String> bundleContents, PropertyBag configData, String prefix) Method for convenient testing of local connectors.TestHelpersImpl.createTestConfiguration
(Class<? extends Connector> clazz, Configuration config) Method for convenient testing of local connectors. -
Uses of Connector in org.identityconnectors.framework.spi
Modifier and TypeInterfaceDescriptioninterface
To be implemented by connectors that wish to be pooled. -
Uses of Connector in org.identityconnectors.test.common
Modifier and TypeMethodDescriptionstatic 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. -
Uses of Connector in org.identityconnectors.test.common.spi
Modifier and TypeMethodDescriptionTestHelpersSpi.createTestConfiguration
(Class<? extends Connector> clazz, Set<String> bundleContents, PropertyBag configData, String prefix) TestHelpersSpi.createTestConfiguration
(Class<? extends Connector> clazz, Configuration config) -
Uses of Connector in org.identityconnectors.testconnector
Modifier and TypeClassDescriptionclass
class
class