I am trying to get the Subject the my EJB implementation. My client connects through RMI.
From reading the documentation, I tried the following code:
Subject sub = (Subject)
PolicyContext.getContext("javax.security.auth.Subject.container");
However, the subject returned is null. Thanks for the help.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4009625#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...