[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
| [ecf-dev] Sending crendentials with every request | 
- From: Peter Hermsdorf <peter.hermsdorf@xxxxxxxxx>
- Date: Fri, 20 Mar 2020 09:14:05 +0100
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass	smtp.mailfrom=godyo.com; dmarc=pass action=none header.from=godyo.com; 	dkim=pass header.d=godyo.com; arc=none
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; 	s=arcselector9901;	h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck;	bh=C5yBosz8LPtW0xcnnf5D95H4TkAplPp1FYBEYdc7vvg=;	b=dMga+cNYzEuwaWVToY2T3xp/A/DIYp1PFF9diYnMwpKisLJE3s6E6G54kA4+xJoY+PzSShND7fdO9x0HH00IMcyO0FV+AE8VfkMF3Ugi5LM/4FqNW9+2OlObvVmWQMPVwp1kknR5bROhpZI6N4BRGugh3K6gZXgfPPoz++vLV/PkVJ9WaHkQkGctrOnYPlosXc5qwLq5OBKaJYA63ENs/MGi/FFJJ9AdtwawLZG3FscyaEySfOHDtmqrHu5zHQXh6JESnY/f3xTuP4IjuwJ6etn5P71Gn1UWF/YQeuRUci2cyMgYZFaehJ6Bs1GebM33mFXW/ekmpC9CUOaWUvK1cQ==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none;	b=mR4cbsdN818vaIQ4Kva2H2/C3bTuWT7uo6RMIv5FT43TkadsMth030cWdc8RtF0GfY3qz+vWTv1zFzHqqOLxLl9ghQYLOYM8sn5EmOYlZUkb503aLWV1w9dOvieoJ7ejGkVPV+1QhEHJNSzCyu7G3juUGsLNnJoOIRDP3evG8HiHl6+mZhS2SSKnvZBlfuYQD7P95W/lFGZBFECgqNQv6vSYHA6PwzyNQz1G5GNHQUSAd0E3uw5ya05S5AIxkagTR5evIdncJRY4P38f3ETyV6c9rpmyqtsw5/LlYxSzCDGL4j7MOJdQWbvF0QVS2amX8jKzCBc7mW0bAbuBeu5Nfg==
- Delivered-to: ecf-dev@xxxxxxxxxxx
- List-archive: <https://www.eclipse.org/mailman/private/ecf-dev>
- List-help: <mailto:ecf-dev-request@eclipse.org?subject=help>
- List-subscribe: <https://www.eclipse.org/mailman/listinfo/ecf-dev>,	<mailto:ecf-dev-request@eclipse.org?subject=subscribe>
- List-unsubscribe: <https://www.eclipse.org/mailman/options/ecf-dev>,	<mailto:ecf-dev-request@eclipse.org?subject=unsubscribe>
- User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101	Thunderbird/52.7.0
Hi everyone,
I'm looking for a way of sending user credentials implicitly with every 
remote service request.
Background: we are migrating our RCP application to RAP. That means, 
multiple users are using one instance of a remote service concurrently. 
(the service instance is injected via DS)
Some of these service request are depending on the user calling the 
service on server side and I don't want to pollute my API by passing the 
username as parameter in the service request. (that would be the last 
option ...)
Any ideas or examples on how to accomplish this?
We are using the ECF generic server. I've looked into using 
ISharedObjectContainerClient.setConnectInitiatorPolicy but as the name 
states, that is only used when initially connecting to the server.
Thank you and all the best,
Peter