Is it possible to extract the callers usercredential (name
AND password) in an EJB method?
I have determined that the implementing class of
EJBContext.getCallerPrincipal() is
com.sybase.djc.security.User_DJC
in EAS 6.3. But this is a far as I get.
We used to call CtsSecurity/SessionInfo to get the info on
EAS5.5, but it doesn't work that well anymore :(
(The caller is a powerbuilder client...)
thanks,
Ulf