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. -
-
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 ConnectorInfoManagerConnectorInfoManagerFactory. getRemoteManager(RemoteFrameworkConnectionInfo info)Creates theConnectorInfoManagerfor a remote framework.abstract ConnectorInfoManagerConnectorInfoManagerFactory. getUnCheckedRemoteManager(RemoteFrameworkConnectionInfo info)Creates theConnectorInfoManagerfor a remote framework but the connection is not checked and not initialised.
-