Posted By:
Amir_Pashazadeh
Posted On:
Sunday, December 28, 2003 02:56 PM
Hi
Is there a way to transfer an
javax.security.auth.Subject
from one JVM to another JVM using RMI transparently?
Suppose object A on JVM1 wants to call a method on object B on JVM2, and a
Subject
is attached to
java.security.AccessControllerContext
, when objects A and B are on a single JVM authentication information (in Subject) are transfered transparently from A to B. Is there a way to do the same thing when A and B or on different JVMs and A invokes B's method using RMI?
Regards,
Amir Pashazadeh