Class RemoteConnectorInfoImpl
- java.lang.Object
-
- org.identityconnectors.framework.impl.api.AbstractConnectorInfo
-
- org.identityconnectors.framework.impl.api.remote.RemoteConnectorInfoImpl
-
- All Implemented Interfaces:
ConnectorInfo
public class RemoteConnectorInfoImpl extends AbstractConnectorInfo
-
-
Constructor Summary
Constructors Constructor Description RemoteConnectorInfoImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RemoteFrameworkConnectionInfo
getRemoteConnectionInfo()
void
setRemoteConnectionInfo(RemoteFrameworkConnectionInfo info)
-
Methods inherited from class org.identityconnectors.framework.impl.api.AbstractConnectorInfo
createDefaultAPIConfiguration, getConnectorCategory, getConnectorCategoryKey, getConnectorDisplayName, getConnectorDisplayNameKey, getConnectorKey, getDefaultAPIConfiguration, getMessages, setConnectorCategoryKey, setConnectorDisplayNameKey, setConnectorKey, setDefaultAPIConfiguration, setMessages
-
-
-
-
Method Detail
-
getRemoteConnectionInfo
public RemoteFrameworkConnectionInfo getRemoteConnectionInfo()
-
setRemoteConnectionInfo
public void setRemoteConnectionInfo(RemoteFrameworkConnectionInfo info)
-
-