With JBoss 5.x authorization module is now available.
However, how does the authorization delegate access the sharedState which is 
located at the Authorization module?

For example, how can the authorization delegate get back the variables set by 
the authentication module like below :

sharedState.put("javax.security.auth.login.name", username);
sharedState.put("javax.security.auth.login.password", password);

(sharedState is a java.util.Map object in the login module and az module)

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4129608#4129608

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4129608
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to