Results 1 to 3 of 3

Thread: User access control with glacier2

  1. #1
    OrNot is offline Registered User
    Name: Bin.Li
    Organization: GE Healthcare
    Project: Enterprise solution
    Join Date
    Jun 2005
    Location
    Shanghai
    Posts
    181

    User access control with glacier2

    Glacier2 provides some powerful functions such as the verifier and sessions to deal with the issue of user access control. I searched the forums and found many threads about this topic . The "facade" pattern was mentioned serveral times. Howerver, there isn't a comprehensive stuff on it. Hope one of the future connections may give more through clarify about user access control.


    TIA
    OrNot

  2. #2
    matthew's Avatar
    matthew is offline ZeroC Staff
    Name: Matthew Newhook
    Organization: ZeroC, Inc.
    Project: Internet Communications Engine
    Join Date
    Feb 2003
    Location
    NL, Canada
    Posts
    1,458
    This is a good topic for a future article. However, in the meantime:

    This pattern originally came from the GOF book http://www.amazon.com/exec/obidos/tg...books&n=507846.

    You can also look here http://www.dofactory.com/Patterns/Patterns.aspx for some details. Basically the idea is that you present a single (or series of) simplified class in the session, or accesssible from the session that respresent a simplified respresentation of the entire system for a particular use case. This class can then also do security controls, permissions checks, paramater verification and more.

    Regards, Matthew

  3. #3
    OrNot is offline Registered User
    Name: Bin.Li
    Organization: GE Healthcare
    Project: Enterprise solution
    Join Date
    Jun 2005
    Location
    Shanghai
    Posts
    181
    hi,Matthew,
    Facade is just only one of aspects of implementations about user access control. In this thread
    http://www.zeroc.com/vbulletin/showt...ghlight=facade
    you,marc and crackajaxx have a good discussion about the object access control but not clarify the issue ,at least to me. If you can give more details about the acess control in the connections, we will be very happy. After all, the issue about acess control is very common in distributed system and worth paying more attentions.

    Best Regards
    OrNot
    Last edited by OrNot; 07-15-2005 at 10:56 PM.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 1
    Last Post: 04-12-2010, 10:59 AM
  2. how to control the time?
    By russule in forum Help Center
    Replies: 9
    Last Post: 01-26-2007, 09:07 PM
  3. Glacier2 multiple sessions per user
    By xdm in forum Help Center
    Replies: 9
    Last Post: 02-08-2006, 03:58 PM
  4. can i control socket?
    By TyraelTong in forum Help Center
    Replies: 2
    Last Post: 08-17-2004, 11:56 PM
  5. service access control problem
    By yomi in forum Help Center
    Replies: 7
    Last Post: 04-04-2004, 10:36 AM

Posting Permissions

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