3 Replies Latest reply on Feb 19, 2008 2:24 AM by barramundi

    How does the Authorization delegate access the sharedState?

    barramundi

      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)