In my EJB session context, I'm trying to retrieve my custom UserPrincipal with JAASRealm configured. The session context getCallerPrincipal() method returns:
realm = TomEERealm
TomcatUser = GenericPrincipal
-> userPrinicpal = MyCustomUserPrincipal
userPrincipal gives me what I want, but I have no way to access it? Any
ideas?
--
View this message in context:
http://openejb.979440.n4.nabble.com/Custom-Principal-from-EJB-tp4662921.html
Sent from the OpenEJB User mailing list archive at Nabble.com.
