[JBoss-user] [Security & JAAS/JBoss] - Re: How to reference a custom login module inside a war file

2005-02-02 Thread vartanix
question: How portable is the JBoss databaseServerLoginModule? Thansk for your help Vartanix View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864868#3864868 Reply to the post : http://www.jboss.org/index.html?module=bb&op=p

[JBoss-user] [Security & JAAS/JBoss] - How to reference a custom login module inside a war file fro

2005-02-01 Thread vartanix
I want to create a custom login module to authenticate a user by comparing the userID and password with MySQL database. - My custom login module is called RdbmsLoginModule which implements the javax.security.auth.spi.LoginModule interface. - The configuration file, jaas.config is: Example {