We have been configuring our JAAS LoginModule seperately on every Application Server (WebSphere - security.xml, WebLogic - java.security file). Is there a way by which we can avoid this App server specific JAAS configuration and put the JAAS LoginModule as a part of EAR descriptior???
OR any other easy way as a part of application and not the server?
Ajit
-
JAAS Config as a part of EAR (2 messages)
- Posted by: Ajit Kulkarni
- Posted on: August 06 2004 06:42 EDT
Threaded Messages (2)
- JAAS Config as a part of EAR by Cristian Roldan on August 12 2004 02:42 EDT
- JAAS Config as a part of EAR by Sonu Sharma on January 09 2005 19:47 EST
-
JAAS Config as a part of EAR[ Go to top ]
- Posted by: Cristian Roldan
- Posted on: August 12 2004 02:42 EDT
- in response to Ajit Kulkarni
Hi,
JAAS is not part of J2EE specification, so there isn't a standard way to do that.
Bye. -
JAAS Config as a part of EAR[ Go to top ]
- Posted by: Sonu Sharma
- Posted on: January 09 2005 19:47 EST
- in response to Ajit Kulkarni
Ajit,
I am in the process of doing something similar to what you have done - to implement JAAS for my J2EE application that needs to be implemented on various app servers but I am not able to figure out how to do it.
Right now, I have a form-based authentication that uses Weblogic Default Authenticator where I define Users and Groups in the default realm...How can I manege these programatically ?
Please help.
Thanks,
Sonu