Results 1 to 3 of 3

Thread: proxy object read write access

  1. #1
    Rubix is offline Registered User
    Name: Neil Roza
    Organization: Passport Systems, Inc.
    Project: data acquisition, control software
    Join Date
    Mar 2011
    Posts
    5

    proxy object read write access

    I would like to enforce read/write access (or something like it) on the proxy objects instantiated by my clients. Is there some Ice Way of doing this? If so, what is it and how can it be accomplished?

  2. #2
    benoit's Avatar
    benoit is offline ZeroC Staff
    Name: Benoit Foucher
    Organization: ZeroC, Inc.
    Project: Ice
    Join Date
    Feb 2003
    Location
    Rennes, France
    Posts
    2,196
    Hi,

    You should detail a little more what you are trying to achieve. If you are trying to ensure clients can only perform a restricted set of operations depending on their identity then most often the easiest is to use Glacier2 and the session/facade design pattern. Each client is connected through Glacier2 and you restrict the set of operations a client can perform on backend objects using a facade Ice object.

    See also this thread.

    Cheers,
    Benoit.

  3. #3
    Rubix is offline Registered User
    Name: Neil Roza
    Organization: Passport Systems, Inc.
    Project: data acquisition, control software
    Join Date
    Mar 2011
    Posts
    5
    The session/facade design pattern a la Glacier is probably what I'm going to need. Thanks very much for your help.
    Last edited by Rubix; 04-26-2011 at 12:51 PM.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 2
    Last Post: 03-29-2011, 02:13 PM
  2. Replies: 1
    Last Post: 04-12-2010, 10:59 AM
  3. Replies: 1
    Last Post: 09-17-2008, 02:55 AM
  4. ICE PHP requires write access?
    By trivian in forum Help Center
    Replies: 3
    Last Post: 08-28-2008, 10:32 AM
  5. Multiple Proxy access from different processes?
    By brian in forum Help Center
    Replies: 3
    Last Post: 12-23-2003, 08:41 PM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •