Uses of Interface
org.identityconnectors.framework.spi.Connector

Packages that use Connector
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
static Set<Class<? extends APIOperation>> FrameworkUtil.getDefaultSupportedOperations(Class<? extends Connector> connector)
          Determines the default set of operations that a Connector supports.
 

Uses of Connector in org.identityconnectors.framework.common.objects
 

Constructor parameters in org.identityconnectors.framework.common.objects with type arguments of type Connector
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
 interface PoolableConnector
          To be implemented by connectors that wish to be pooled.
 



Copyright © 2012. All Rights Reserved.