Uses of Interface
org.identityconnectors.framework.api.ConnectorInfo
Package
Description
The Connector API presents a consistent view of any Connector,
regardless of which operations the connector actually implements.
-
Uses of ConnectorInfo in org.identityconnectors.framework.api
Modifier and TypeMethodDescriptionConnectorInfoManager.findConnectorInfo
(ConnectorKey key) Returns theConnectorInfo
that is associated with the specifiedConnectorKey
.Modifier and TypeMethodDescriptionConnectorInfoManager.getConnectorInfos()
Returns the list ofConnectorInfo
instances.Modifier and TypeMethodDescriptionabstract ConnectorFacade
ConnectorFacadeFactory.newInstance
(ConnectorInfo connectorInfo, String config) Get a new instance ofConnectorFacade
.