Searched defs:DRIVER (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.java76 private static String DRIVER = ISAuthConstants.AUTH_ATTR_PREFIX_NEW + field in class:JDBC
175 driver = CollectionHelper.getMapAttr(options, DRIVER);
177 debug.message("No DRIVER for configuring");
182 debug.message("Found config for DRIVER: " +
/forgerock/openam/openam-authentication/openam-auth-jdbc/src/main/java/com/sun/identity/authentication/modules/jdbc/
H A DJDBC.java75 private static String DRIVER = ISAuthConstants.AUTH_ATTR_PREFIX_NEW + field in class:JDBC
174 driver = CollectionHelper.getMapAttr(options, DRIVER);
176 debug.message("No DRIVER for configuring");
181 debug.message("Found config for DRIVER: " +

Completed in 136 milliseconds