[jboss-user] [Security & JAAS/JBoss] - Re: Custom credential object and cache

2008-06-18 Thread filip.majernik
Hi Piotr, I think I have a similar problem as your co-worker. I am using a j_security_check with a custom LoginModule that tries to connect to an Oracle database with the username and password provided. The thing is, that I am not able to access the password in a plaintext, which I need if I wan

[jboss-user] [Security & JAAS/JBoss] - Re: Custom credential object and cache

2007-10-26 Thread piotr.koper
When i was writing this post - there was no overridings for equals and hashCode methods. Now they are and for me - it works. Thanks. But unfortunately there is new problem. My co-worker must login in with j_security_check servlet. There credential is password only. So - I created cache specifi

[jboss-user] [Security & JAAS/JBoss] - Re: Custom credential object and cache

2007-10-26 Thread [EMAIL PROTECTED]
Ensure that the credential object has "equals" and "hashCode" methods overriden such that you get object equality. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4099425#4099425 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=rep