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 Set<Class<? extends APIOperation>>FrameworkUtil. getDefaultSupportedOperations(Class<? extends Connector> connector)Determines the default set of operations that aConnectorsupports. -
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.spi
Subinterfaces of Connector in org.identityconnectors.framework.spi Modifier and Type Interface Description interfacePoolableConnectorTo be implemented by connectors that wish to be pooled.
-