Uses of Interface
org.identityconnectors.framework.spi.Connector
-
Packages that use Connector 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 -
-
Uses of Connector in org.identityconnectors.framework.common
Method parameters in org.identityconnectors.framework.common with type arguments of type Connector Modifier and Type Method Description static 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 Connector Constructor Description SchemaBuilder(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 Connector Modifier and Type Method Description Class<? extends Connector>
LocalConnectorInfoImpl. getConnectorClass()
Methods in org.identityconnectors.framework.impl.api.local with parameters of type Connector Modifier and Type Method Description static void
ConnectorLifecycleUtil. setConnectorInstanceName(Connector connector, String instanceName)
Method parameters in org.identityconnectors.framework.impl.api.local with type arguments of type Connector Modifier and Type Method Description static 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 Connector Modifier and Type Method Description Connector
ConnectorAPIOperationRunner. getConnector()
Methods in org.identityconnectors.framework.impl.api.local.operations that return types with arguments of type Connector Modifier and Type Method Description Class<? extends Connector>
ConnectorOperationalContext. getConnectorClass()
Constructors in org.identityconnectors.framework.impl.api.local.operations with parameters of type Connector Constructor 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. -
Uses of Connector in org.identityconnectors.framework.impl.test
Method parameters in org.identityconnectors.framework.impl.test with type arguments of type Connector Modifier and Type Method Description APIConfiguration
TestHelpersImpl. createTestConfiguration(Class<? extends Connector> clazz, Set<String> bundleContents, PropertyBag configData, String prefix)
Method for convenient testing of local connectors.APIConfiguration
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.spi Modifier and Type Interface Description interface
PoolableConnector
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 Connector Modifier and Type Method 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. -
Uses of Connector in org.identityconnectors.test.common.spi
Method parameters in org.identityconnectors.test.common.spi with type arguments of type Connector Modifier and Type Method Description APIConfiguration
TestHelpersSpi. createTestConfiguration(Class<? extends Connector> clazz, Set<String> bundleContents, PropertyBag configData, String prefix)
APIConfiguration
TestHelpersSpi. createTestConfiguration(Class<? extends Connector> clazz, Configuration config)
-
Uses of Connector in org.identityconnectors.testconnector
Classes in org.identityconnectors.testconnector that implement Connector Modifier and Type Class Description class
TstConnector
class
TstStatefulConnector
class
TstStatefulPoolableConnector
-