Uses of Class
org.identityconnectors.framework.api.ConnectorFacadeFactory
-
Packages that use ConnectorFacadeFactory Package Description org.identityconnectors.framework.api The Connector API presents a consistent view of any Connector, regardless of which operations the connector actually implements.org.identityconnectors.framework.impl.api org.identityconnectors.framework.impl.api.osgi.internal -
-
Uses of ConnectorFacadeFactory in org.identityconnectors.framework.api
Methods in org.identityconnectors.framework.api that return ConnectorFacadeFactory Modifier and Type Method Description static ConnectorFacadeFactory
ConnectorFacadeFactory. getInstance()
Get the singleton instance of theConnectorFacadeFactory
.static ConnectorFacadeFactory
ConnectorFacadeFactory. getManagedInstance()
Get the singleton instance of the statefulConnectorFacadeFactory
. -
Uses of ConnectorFacadeFactory in org.identityconnectors.framework.impl.api
Subclasses of ConnectorFacadeFactory in org.identityconnectors.framework.impl.api Modifier and Type Class Description class
ConnectorFacadeFactoryImpl
class
ManagedConnectorFacadeFactoryImpl
-
Uses of ConnectorFacadeFactory in org.identityconnectors.framework.impl.api.osgi.internal
Subclasses of ConnectorFacadeFactory in org.identityconnectors.framework.impl.api.osgi.internal Modifier and Type Class Description class
OsgiConnectorInfoManagerImpl
The OSGi ConnectorInfoManager Implementation.
-