Hi Scott,

Scott M Stark wrote:
> In the new framework(that I am still testing), you will have access to the
> Subject in a portable way if you are using the JAAS subject based proxy
> mechanism since you can do:

> AccessControlContext acc = AccessController.getContext();
> Subject subject = Subject.getSubject(acc);

> as method invocations are run within a Subject.doAsPrivileged() block.
This sounds rather attractive.
Just one question: you say "in a portable way", what do you mean?
Is this way supported by some other EJB servers?
Is it mentioned in some J2EE related specification?

Oleg




--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
List Help?:          [EMAIL PROTECTED]

Reply via email to