You'll be able to extend SecurityConfiguration to load roles/permissions from a database if you like, however keep in mind that these are only explicitly assigned permissions, as opposed to the dynamic rule-based permissions that the security API will also support.
As for enums, the type safety would be nice however permissions can have any name (eg customer.doSpecialAction) so that unfortunately rules them out. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3996839#3996839 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3996839 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
