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 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.spi
Subinterfaces of Connector in org.identityconnectors.framework.spiModifier and TypeInterfaceDescriptioninterface
To be implemented by connectors that wish to be pooled.