Unfortunately, not really.
The JAAS basic capabilities are common to all application server, but when 
writing your own custom JAAS login modules, in order to fully integrate it with 
the app server, you will have to write some app server specific code:

- If you want to specify what are the roles of the user during the 
authentication, this is done in an app server specific way (a Group with a 
specific name for JBoss, an instance of a specific class for WebLogic, etc...).

- If you want to have you JAAS login module to "interact" with other JAAS login 
modules of the app server (for example, you just want to extend some 
capabilities of the app server existing JAAS login module), then this will also 
be some app server specific code (the JAAS login modules shared state mechanism 
is used in most cases, but how it is used - what you have to put in it - is app 
server specific).

Thomas

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

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


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to