Uses of Class
org.identityconnectors.framework.api.RemoteFrameworkConnectionInfo
-
Packages that use RemoteFrameworkConnectionInfo 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.remote -
-
Uses of RemoteFrameworkConnectionInfo in org.identityconnectors.framework.api
Methods in org.identityconnectors.framework.api with parameters of type RemoteFrameworkConnectionInfo Modifier and Type Method Description 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. -
Uses of RemoteFrameworkConnectionInfo in org.identityconnectors.framework.impl.api
Methods in org.identityconnectors.framework.impl.api with parameters of type RemoteFrameworkConnectionInfo Modifier and Type Method Description ConnectorInfoManager
ConnectorInfoManagerFactoryImpl. getRemoteManager(RemoteFrameworkConnectionInfo info)
ConnectorInfoManager
ConnectorInfoManagerFactoryImpl. getUnCheckedRemoteManager(RemoteFrameworkConnectionInfo info)
-
Uses of RemoteFrameworkConnectionInfo in org.identityconnectors.framework.impl.api.remote
Methods in org.identityconnectors.framework.impl.api.remote that return RemoteFrameworkConnectionInfo Modifier and Type Method Description RemoteFrameworkConnectionInfo
RemoteConnectorInfoImpl. getRemoteConnectionInfo()
Methods in org.identityconnectors.framework.impl.api.remote with parameters of type RemoteFrameworkConnectionInfo Modifier and Type Method Description RemoteConnectorInfoManagerImpl
RemoteConnectorInfoManagerImpl. derive(RemoteFrameworkConnectionInfo info)
Derives another RemoteConnectorInfoManagerImpl with a different RemoteFrameworkConnectionInfo but with the same metadata.void
RemoteConnectorInfoImpl. setRemoteConnectionInfo(RemoteFrameworkConnectionInfo info)
Constructors in org.identityconnectors.framework.impl.api.remote with parameters of type RemoteFrameworkConnectionInfo Constructor Description RemoteConnectorInfoManagerImpl(RemoteFrameworkConnectionInfo info)
RemoteConnectorInfoManagerImpl(RemoteFrameworkConnectionInfo info, boolean loadConnectorInfo)
RemoteFrameworkConnection(RemoteFrameworkConnectionInfo info)
-