Uses of Interface
org.identityconnectors.framework.api.ConnectorInfoManager
-
Packages that use ConnectorInfoManager Package Description org.identityconnectors.framework.api The Connector API presents a consistent view of any Connector, regardless of which operations the connector actually implements. -
-
Uses of ConnectorInfoManager in org.identityconnectors.framework.api
Methods in org.identityconnectors.framework.api that return ConnectorInfoManager Modifier and Type Method Description abstract ConnectorInfoManager
ConnectorInfoManagerFactory. getLocalManager(java.net.URL... urls)
Creates theConnectorInfoManager
from a list of bundle URLs.abstract ConnectorInfoManager
ConnectorInfoManagerFactory. getRemoteManager(RemoteFrameworkConnectionInfo info)
Creates theConnectorInfoManager
for a remote framework.abstract ConnectorInfoManager
ConnectorInfoManagerFactory. getUnCheckedRemoteManager(RemoteFrameworkConnectionInfo info)
Creates theConnectorInfoManager
for a remote framework but the connection is not checked and not initialised.
-