|
|
|
|||||
|
session factory yet again
I have a very simple question after reading a lot about Ice.
If I add a proxy to the adapter with UUID as an identity, and send it to the client using secured connection, may I be sure that such a proxy can be used only by this very client (because no one else would know the UUID, which suppose to be unique)? And because of that any authorization/authentication may be done only during the creating of such a proxy? Tomek |
|
||||||
|
Hi Tomasz
There is not implicit authentication when you contact a servant throw a ssl proxy, if other client is able to guest the UUID your aproach not waranted that only the first client can contact, when could be dificult to a program guest what UUID you are using it could be doable, specially if the client is infected with same kind of virus, malware, etc. A better approach to the problem you are describing is to use Glacier2 Filtering feauture, you could read about this in Manual 39.5.2 Glacier2 Filtering Cheers, José |
|
|||||
|
Thank you for your answers
![]() Do I think correctly that in such a case, uuid can be obtained only in case of a poor security of the client's host? I am considering writing a real-time game set in space. I was looking into ways of creating sessions on my own for two reasons: a) Real-time action events should probably be handled using UDP. I hope that Ice is lightweight enough to be used for this purpose, so I could gain the ability to write the interface using slice. Glacier2 does not provide support for UDP. Unfortunately, I keep in mind that UDP protocol would show the identity of proxies (used for events) to anyone listening, but I don't see a good solution for this. b) I was thinking of providing end-user with the game server that can be run by him/her; I am not expecting the knowledge to setup and start Glacier2. (Maybe I should do this programmatically?) |
|
||||||
|
Quote:
Quote:
Quote:
Cheers, José |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Start new server process using factory design pattern | spsoni | Help Center | 3 | 09-11-2008 09:25 AM |
| Glacier2 will block all session with callback,when a session hung. | netfish | Help Center | 6 | 03-14-2008 11:38 PM |
| IceGrid sessions, Glacier2 and factory objects? | bwvb | Help Center | 3 | 07-09-2007 03:47 PM |
| Question about proxy's factory methods. | rc_hz | Help Center | 7 | 09-05-2006 08:58 AM |
| Object Factory | enzo | Help Center | 2 | 03-17-2004 02:29 PM |