Calling addRole() when you are not authenticated yet puts the roles into a temporary list. They only become real roles once authentication is complete, which is why calling hasRole() in the authenticator method returns false.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4061796#4061796 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4061796 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
