I do not believe this is possible at this point with JBoss. You can have a cusotm principal in your EJB code (custom principal returned by EJBContext.getCallerPrincipal), but not in the web container code. See http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3878558 for more details, especially the last few posts of the thread referencing the http://jira.jboss.com/jira/browse/JBAS-1802 JIRA issue which is what you need in order to have your own custom principal in the web container.
Thomas View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887243#3887243 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3887243 ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
