Class ManagedConnectorFacadeFactoryImpl
java.lang.Object
org.identityconnectors.framework.api.ConnectorFacadeFactory
org.identityconnectors.framework.impl.api.ConnectorFacadeFactoryImpl
org.identityconnectors.framework.impl.api.ManagedConnectorFacadeFactoryImpl
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoiddispose()Dispose of all object pools and other resources associated with this class.newInstance(APIConfiguration config) Get a new instance ofConnectorFacade.newInstance(ConnectorInfo connectorInfo, String config) Get a new instance ofConnectorFacade.Methods inherited from class org.identityconnectors.framework.api.ConnectorFacadeFactorygetInstance, getManagedInstance
- 
Constructor Details- 
ManagedConnectorFacadeFactoryImplpublic ManagedConnectorFacadeFactoryImpl()
 
- 
- 
Method Details- 
newInstanceGet a new instance ofConnectorFacade.- Overrides:
- newInstancein class- ConnectorFacadeFactoryImpl
- Parameters:
- config- all the configuration that the framework, connector, and pooling needs.
- Returns:
- ConnectorFacadeto call API operations against.
 
- 
newInstanceDescription copied from class:ConnectorFacadeFactoryGet a new instance ofConnectorFacade.- Overrides:
- newInstancein class- ConnectorFacadeFactoryImpl
- Parameters:
- connectorInfo- TODO Add JavaDoc later
- config- all the configuration that the framework, connector, and pooling needs. It's a Base64 serialised APIConfiguration instance.
- Returns:
- ConnectorFacadeto call API operations against.
 
- 
disposepublic void dispose()Dispose of all object pools and other resources associated with this class.- Overrides:
- disposein class- ConnectorFacadeFactoryImpl
 
 
-