Searched defs:JDBC (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-authentication/openam-auth-jdbc/src/main/java/com/sun/identity/authentication/modules/jdbc/
H A DJDBC.java25 * $Id: JDBC.java,v 1.5 2008/08/28 21:56:45 madan_ranganath Exp $
57 public class JDBC extends AMLoginModule { class in inherits:AMLoginModule
113 public JDBC() { method in class:JDBC
114 debug.message("JDBC()");
172 // If its a non-pooled, then get the JDBC config
174 debug.message("Using non pooled JDBC");
261 debug.error("JDBC Init Exception", ex);
384 debug.message("JDBC Exception:", e);
/forgerock/openam/openam-authentication/openam-auth-jdbc/src/main/java/com/sun/identity/authentication/modules/jdbc/
H A DJDBC.java25 * $Id: JDBC.java,v 1.5 2008/08/28 21:56:45 madan_ranganath Exp $
55 public class JDBC extends AMLoginModule { class in inherits:AMLoginModule
112 public JDBC() { method in class:JDBC
113 debug.message("JDBC()");
171 // If its a non-pooled, then get the JDBC config
173 debug.message("Using non pooled JDBC");
260 debug.error("JDBC Init Exception", ex);
386 debug.message("JDBC Exception:", e);

Completed in 60 milliseconds