Uses of Interface
org.identityconnectors.framework.spi.Connector
Package
Description
This is the "Service Provider Interface" package.
-
Uses of Connector in org.identityconnectors.framework.common
Modifier 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
ModifierConstructorDescriptionSchemaBuilder
(Class<? extends Connector> connectorClass) Creates a SchemaBuilder for the given connector class -
Uses of Connector in org.identityconnectors.framework.spi
Modifier and TypeInterfaceDescriptioninterface
To be implemented by connectors that wish to be pooled.