[jboss-user] [Security & JAAS/JBoss] - How does the Authorization delegate access the sharedState?

barramundi do-not-reply at jboss.com
Fri Feb 15 06:23:31 EST 2008


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



More information about the jboss-user mailing list