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.spi 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 Connector Modifier and Type Method Description static java.util.Set<java.lang.Class<? extends APIOperation>>
FrameworkUtil. getDefaultSupportedOperations(java.lang.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(java.lang.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.spi Modifier and Type Interface Description interface
PoolableConnector
To be implemented by connectors that wish to be pooled.
-