Connect in Java using JDBC and GSSAPI? -
10-20-2010
, 12:00 PM
When connecting to an informix database using the JDBC driver
(ifxjdbc.jar), is there any way to pass it a delegated GSSCredential?
Using DriverManager.getConnection(String url, Property props), maybe?
I'm trying to authenticate and connect to the database with a Tomcat 6
webapp. |