This content has been marked as final.
Show 1 reply
-
1. Re: Is it possible to add Login Modules programmatically
anil.saldhana Nov 21, 2011 10:36 AM (in response to lindsaybraine)1 of 1 people found this helpfulAt the end of the day, we rely on the JAAS Configuration class.
http://download.oracle.com/javase/6/docs/api/javax/security/auth/login/Configuration.html
So you should be able to add in your own login config to this static class.
An example would be: