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

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/ldap/
H A DCachedDirectoryServicesImpl.java408 private void setOrganizationDNs(String organizationDN, Set childDNSet) { argument
409 Iterator itr = childDNSet.iterator();
420 if (debug.messageEnabled() && !childDNSet.isEmpty()) {
423 + childDNSet);
466 Set childDNSet = new HashSet();
489 setOrganizationDNs(organizationDN, childDNSet);
496 childDNSet.add(childDN);
497 setOrganizationDNs(organizationDN, childDNSet);
505 childDNSet.add(childDN);
512 setOrganizationDNs(organizationDN, childDNSet);
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/remote/
H A DCachedRemoteServicesImpl.java406 private void setOrganizationDNs(String organizationDN, Set childDNSet) { argument
407 Iterator itr = childDNSet.iterator();
418 if (getDebug().messageEnabled() && !childDNSet.isEmpty()) {
421 + organizationDN + " for children: " + childDNSet);
466 Set childDNSet = new HashSet();
489 setOrganizationDNs(organizationDN, childDNSet);
496 childDNSet.add(childDN);
497 setOrganizationDNs(organizationDN, childDNSet);
505 childDNSet.add(childDN);
512 setOrganizationDNs(organizationDN, childDNSet);
[all...]
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/ldap/
H A DCachedDirectoryServicesImpl.java408 private void setOrganizationDNs(String organizationDN, Set childDNSet) { argument
409 Iterator itr = childDNSet.iterator();
420 if (debug.messageEnabled() && !childDNSet.isEmpty()) {
423 + childDNSet);
466 Set childDNSet = new HashSet();
489 setOrganizationDNs(organizationDN, childDNSet);
496 childDNSet.add(childDN);
497 setOrganizationDNs(organizationDN, childDNSet);
505 childDNSet.add(childDN);
512 setOrganizationDNs(organizationDN, childDNSet);
[all...]
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/remote/
H A DCachedRemoteServicesImpl.java406 private void setOrganizationDNs(String organizationDN, Set childDNSet) { argument
407 Iterator itr = childDNSet.iterator();
418 if (getDebug().messageEnabled() && !childDNSet.isEmpty()) {
421 + organizationDN + " for children: " + childDNSet);
466 Set childDNSet = new HashSet();
489 setOrganizationDNs(organizationDN, childDNSet);
496 childDNSet.add(childDN);
497 setOrganizationDNs(organizationDN, childDNSet);
505 childDNSet.add(childDN);
512 setOrganizationDNs(organizationDN, childDNSet);
[all...]

Completed in 40 milliseconds