Hi,
I am about to start writing a framework and I will be using hibernate with Sun App Server.
The project requires the web app authenticates to a database (any/all) therefore I would like the authentication to go through Hibernate so that I only have to maintain one set of DB settings.
Does any know how or has done this before, from what I can muster up I have to sub-class the AppservLoginModule and AppservRealm, I just need to know how to connect this to hibernate.
I am writing this from scratch and I have little knowledge of Hibernate or the JAAS API, I am learning as I go so all help is appreciated.
Thanks in advance.
Rich
|