With JBoss, as part of your login module, if you want to specify what are the roles of the user, you need to create a Group class instance (agree, it does not need to be the one form JBoss) with a specific name (JBoss specific). The fact that this Group instance with this specific name is used to specify the user roles is 100% JBoss specific and is not portable. If you are using your own Group class, yes, your code will compile with another application server and yes you will be able to configure your module with another app server, but it will not work if you also want to specify the roles of the user (for example, WebLogic does it differently).
Thomas View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3891561#3891561 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3891561 ------------------------------------------------------- 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
