In JAAS, for authorization, it says, "The code to be executed with
user-based authorization checks must be initiated from the run method of a
class that implements java.security.PrivilegedAction (or
java.security.PrivilegedExceptionAction). That is, the code can either be in
such a run method or invoked from such a run method."
What does this mean for using it in JOnAS then? How do I then use
Subject.doAsPrivaleged(...)? Everything in JOnAS is done through pre-invoke,
etc. I do not want to rewrite JOnAS in order to use it with JAAS. Anyone
have any ideas? This question pertains only to authorization (my previous
one is for JAAS/JOnAS in general).
Thank!
Robert
----
To unsubscribe, send email to [EMAIL PROTECTED] and
include in the body of the message "unsubscribe jonas-users".
For general help, send email to [EMAIL PROTECTED] and
include in the body of the message "help".