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

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/ums/
H A DDataLayer.java327 try (ConnectionEntryReader reader = readLDAPEntry(principal, request)) {
359 try (ConnectionEntryReader reader = readLDAPEntry(principal, request)) {
392 ldapEntry = readLDAPEntry(principal, request);
580 entryReader = readLDAPEntry(principal, request);
881 // call readLDAPEntry() only in replica case, save one LDAP search
884 readLDAPEntry(conn, id, null);
1053 public Entry readLDAPEntry(Connection ld, String dn, method in class:DataLayer
1061 debug.message("DataLayer.readLDAPEntry: connRetry: "
1063 debug.message("DataLayer.readLDAPEntry: retry: " + retry);
1106 public ConnectionEntryReader readLDAPEntry(Principa method in class:DataLayer
[all...]
/forgerock/openam/openam-core/src/main/java/com/iplanet/ums/
H A DDataLayer.java327 try (ConnectionEntryReader reader = readLDAPEntry(principal, request)) {
359 try (ConnectionEntryReader reader = readLDAPEntry(principal, request)) {
392 ldapEntry = readLDAPEntry(principal, request);
580 entryReader = readLDAPEntry(principal, request);
881 // call readLDAPEntry() only in replica case, save one LDAP search
884 readLDAPEntry(conn, id, null);
1053 public Entry readLDAPEntry(Connection ld, String dn, method in class:DataLayer
1061 debug.message("DataLayer.readLDAPEntry: connRetry: "
1063 debug.message("DataLayer.readLDAPEntry: retry: " + retry);
1106 public ConnectionEntryReader readLDAPEntry(Principa method in class:DataLayer
[all...]

Completed in 33 milliseconds