I'm using WSS4JInInterceptor to try to authenticate my client. I have been able to create a trivial example. However, I have a problem. In my application, I use the supplied user name and password to try to open a connection to the database. If the connection attempt is successful, the user has authenticated, otherwise, the login attempt gets rejected. Using WSS4JInInterceptor I need to implement a callback that returns the user's password. In my security scheme, I have no access to this password. How can I implement something like this?
Should I subclass WSS4JInInterceptor and hack it to provide the password? Thanks Andres
