Uses of Class
org.identityconnectors.framework.impl.api.remote.RemoteConnectorInfoImpl
-
-
Uses of RemoteConnectorInfoImpl in org.identityconnectors.framework.impl.api.local
Methods in org.identityconnectors.framework.impl.api.local that return RemoteConnectorInfoImpl Modifier and Type Method Description RemoteConnectorInfoImpl
LocalConnectorInfoImpl. toRemote()
-
Uses of RemoteConnectorInfoImpl in org.identityconnectors.framework.impl.api.remote
Constructors in org.identityconnectors.framework.impl.api.remote with parameters of type RemoteConnectorInfoImpl Constructor Description RemoteConnectorFacadeImpl(RemoteConnectorInfoImpl connectorInfo, String configuration)
RemoteOperationInvocationHandler(RemoteConnectorInfoImpl connectorInfo, String connectorFacadeKey, Class<? extends APIOperation> operation)
-
Uses of RemoteConnectorInfoImpl in org.identityconnectors.framework.impl.api.remote.messages
Methods in org.identityconnectors.framework.impl.api.remote.messages that return types with arguments of type RemoteConnectorInfoImpl Modifier and Type Method Description List<RemoteConnectorInfoImpl>
HelloResponse. getConnectorInfos()
-