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 |
Modifier and Type | Method and Description |
---|---|
abstract ConnectorInfoManager |
ConnectorInfoManagerFactory.getRemoteManager(RemoteFrameworkConnectionInfo info)
Creates the
ConnectorInfoManager for a remote framework. |
abstract ConnectorInfoManager |
ConnectorInfoManagerFactory.getUnCheckedRemoteManager(RemoteFrameworkConnectionInfo info)
Creates the
ConnectorInfoManager for a remote framework but
the connection is not checked and not initialised. |
Modifier and Type | Method and Description |
---|---|
ConnectorInfoManager |
ConnectorInfoManagerFactoryImpl.getRemoteManager(RemoteFrameworkConnectionInfo info) |
ConnectorInfoManager |
ConnectorInfoManagerFactoryImpl.getUnCheckedRemoteManager(RemoteFrameworkConnectionInfo info) |
Modifier and Type | Method and Description |
---|---|
RemoteFrameworkConnectionInfo |
RemoteConnectorInfoImpl.getRemoteConnectionInfo() |
Modifier and Type | Method and Description |
---|---|
RemoteConnectorInfoManagerImpl |
RemoteConnectorInfoManagerImpl.derive(RemoteFrameworkConnectionInfo info)
Derives another RemoteConnectorInfoManagerImpl with a different
RemoteFrameworkConnectionInfo but with the same metadata.
|
void |
RemoteConnectorInfoImpl.setRemoteConnectionInfo(RemoteFrameworkConnectionInfo info) |
Constructor and Description |
---|
RemoteConnectorInfoManagerImpl(RemoteFrameworkConnectionInfo info) |
RemoteConnectorInfoManagerImpl(RemoteFrameworkConnectionInfo info,
boolean loadConnectorInfo) |
RemoteFrameworkConnection(RemoteFrameworkConnectionInfo info) |
Copyright © 2022. All rights reserved.