Searched defs:getDBName (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/setup/
H A DUserIdRepo.java275 String dbName = getDBName(userRepo, conn);
412 private String getDBName(Map userRepo, Connection ld) throws LdapException { method in class:UserIdRepo
414 return LDAPUtils.getDBName(suffix, ld);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/setup/
H A DUserIdRepo.java279 String dbName = getDBName(userRepo, conn);
418 private String getDBName(Map userRepo, Connection ld) throws LdapException { method in class:UserIdRepo
420 return LDAPUtils.getDBName(suffix, ld);
/forgerock/openam-v13/openam-ldap-utils/src/main/java/org/forgerock/openam/ldap/
H A DLDAPUtils.java511 public static String getDBName(String suffix, Connection ld) { method in class:LDAPUtils
527 DEBUG.error("LDAPUtils.getDBName: Did not expect to get a reference", e);
/forgerock/openam/openam-ldap-utils/src/main/java/org/forgerock/openam/ldap/
H A DLDAPUtils.java521 public static String getDBName(String suffix, Connection ld) { method in class:LDAPUtils
537 DEBUG.error("LDAPUtils.getDBName: Did not expect to get a reference", e);

Completed in 429 milliseconds