Posted By:
Lewis_Henderson
Posted On:
Saturday, January 12, 2002 01:32 PM
I need to get a list of the roles a user is in from inside an EJB. I can use the ctx.isCallerInRole(role) to check membership, I need the inverse!
JBoss allows me to do it by accessing a SecurityMnager bound to java:/jaas.
Is there a more 'standard' way of doing this so that I don't have to create a security manager in WebLogic etc...?
Kind regards
Lewis