Uses of Interface
org.identityconnectors.framework.spi.Connector
Packages that use Connector
Package
Description
This is the "Service Provider Interface" package.
-
Uses of Connector in net.tirasa.connid.commons.scripted
Classes in net.tirasa.connid.commons.scripted that implement ConnectorModifier and TypeClassDescriptionclass
-
Uses of Connector in org.identityconnectors.framework.common
Method parameters in org.identityconnectors.framework.common with type arguments of type ConnectorModifier 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
Constructor parameters in org.identityconnectors.framework.common.objects with type arguments of type ConnectorModifierConstructorDescriptionSchemaBuilder
(Class<? extends Connector> connectorClass) Creates a SchemaBuilder for the given connector class -
Uses of Connector in org.identityconnectors.framework.impl.api.local
Methods in org.identityconnectors.framework.impl.api.local that return types with arguments of type ConnectorMethods in org.identityconnectors.framework.impl.api.local with parameters of type ConnectorModifier and TypeMethodDescriptionstatic void
ConnectorLifecycleUtil.setConnectorInstanceName
(Connector connector, String instanceName) Method parameters in org.identityconnectors.framework.impl.api.local with type arguments of type ConnectorModifier 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
Methods in org.identityconnectors.framework.impl.api.local.operations that return ConnectorMethods in org.identityconnectors.framework.impl.api.local.operations that return types with arguments of type ConnectorConstructors in org.identityconnectors.framework.impl.api.local.operations with parameters of type ConnectorModifierConstructorDescriptionAuthenticationImpl
(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
Method parameters in org.identityconnectors.framework.impl.test with type arguments of type ConnectorModifier 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
Subinterfaces of Connector in org.identityconnectors.framework.spiModifier and TypeInterfaceDescriptioninterface
To be implemented by connectors that wish to be pooled. -
Uses of Connector in org.identityconnectors.test.common
Method parameters in org.identityconnectors.test.common with type arguments of type ConnectorModifier 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
Method parameters in org.identityconnectors.test.common.spi with type arguments of type ConnectorModifier 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
Classes in org.identityconnectors.testconnector that implement ConnectorModifier and TypeClassDescriptionclass
class
class