Uses of Class
org.identityconnectors.framework.api.RemoteFrameworkConnectionInfo
Package
Description
The Connector API presents a consistent view of any Connector,
regardless of which operations the connector actually implements.
-
Uses of RemoteFrameworkConnectionInfo in org.identityconnectors.framework.api
Modifier and TypeMethodDescriptionabstract 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. -
Uses of RemoteFrameworkConnectionInfo in org.identityconnectors.framework.impl.api
Modifier and TypeMethodDescriptionConnectorInfoManagerFactoryImpl.getRemoteManager
(RemoteFrameworkConnectionInfo info) ConnectorInfoManagerFactoryImpl.getUnCheckedRemoteManager
(RemoteFrameworkConnectionInfo info) -
Uses of RemoteFrameworkConnectionInfo in org.identityconnectors.framework.impl.api.remote
Modifier and TypeMethodDescriptionRemoteConnectorInfoManagerImpl.derive
(RemoteFrameworkConnectionInfo info) Derives another RemoteConnectorInfoManagerImpl with a different RemoteFrameworkConnectionInfo but with the same metadata.void
RemoteConnectorInfoImpl.setRemoteConnectionInfo
(RemoteFrameworkConnectionInfo info) ModifierConstructorDescriptionRemoteConnectorInfoManagerImpl
(RemoteFrameworkConnectionInfo info, boolean loadConnectorInfo)