Hello This is a two part question regarding the way JAAS is implemented in JBoss:
1.) Is it possible to store and load role definitions to and form a database table,rather than in the ejb-jar file? I find the use of XML files to be very limiting in the sense that role mapping can't be defined in a dynamic way at runtime(please correct me if I'm wrong). 2.) Is it possible to map roles to Non-EJB specific methods? I am using the Command pattern in a client/server app which employs a single session bean that processes the command objects. This setup is extremely flexible(so far) and has resulted in a very light-weight and refreshingly xml-free configuration. However, I'm not sure how to take advantage of JBoss JAAS authorization, in order to enforce permissions on each command. Any advice would be appreciated! Regards, Raoul View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3896182#3896182 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3896182 ------------------------------------------------------- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
