Greetings,

Is there anyway to know at runtime the JAAS Security Realm under which my 
application is running.
This Realm is the "application polity name" in login-config.xml.

Actually I dont want to hard code the realm to the LoginContext:

...
  | LoginContext  ctxt = new LoginContext("myRealm", callbackHandler);
  | ...
  | ...

Any help in this regard is appreciated.

Thanks in advance.

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3902727


-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to