Searched defs:entryDN (Results 426 - 431 of 431) sorted by relevance

<<1112131415161718

/forgerock/opendj-b2.6/src/server/org/opends/server/core/
H A DDirectoryServer.java3055 * @param entryDN The DN of the configuration entry to retrieve.
3062 public static ConfigEntry getConfigEntry(DN entryDN) argument
3065 return directoryServer.configHandler.getConfigEntry(entryDN);
6417 * @param entryDN The DN of the entry for which to retrieve the
6424 public static Backend getBackend(DN entryDN) argument
6426 if (entryDN.isNullDN())
6432 Backend b = baseDNs.get(entryDN);
6435 entryDN = entryDN.getParent();
6436 if (entryDN
6670 getEntry(DN entryDN) argument
6705 entryExists(DN entryDN) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/core/
H A DDirectoryServer.java2776 * @param entryDN The DN of the configuration entry to retrieve.
2783 public static ConfigEntry getConfigEntry(DN entryDN) argument
2786 return directoryServer.configHandler.getConfigEntry(entryDN);
6093 * @param entryDN The DN of the entry for which to retrieve the
6100 public static Backend getBackend(DN entryDN) argument
6102 if (entryDN.isNullDN())
6108 Backend b = baseDNs.get(entryDN);
6111 entryDN = entryDN.getParent();
6112 if (entryDN
6344 getEntry(DN entryDN) argument
6379 entryExists(DN entryDN) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/core/
H A DDirectoryServer.java3056 * @param entryDN The DN of the configuration entry to retrieve.
3063 public static ConfigEntry getConfigEntry(DN entryDN) argument
3066 return directoryServer.configHandler.getConfigEntry(entryDN);
6417 * @param entryDN The DN of the entry for which to retrieve the
6424 public static Backend getBackend(DN entryDN) argument
6426 if (entryDN.isNullDN())
6432 Backend b = baseDNs.get(entryDN);
6435 entryDN = entryDN.getParent();
6436 if (entryDN
6670 getEntry(DN entryDN) argument
6705 entryExists(DN entryDN) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/core/
H A DDirectoryServer.java3313 * @param entryDN The DN of the configuration entry to retrieve.
3320 public static ConfigEntry getConfigEntry(DN entryDN) argument
3323 return directoryServer.configHandler.getConfigEntry(entryDN);
6645 * @param entryDN The DN of the entry for which to retrieve the
6652 public static Backend getBackend(DN entryDN) argument
6654 if (entryDN.isNullDN())
6660 Backend b = baseDNs.get(entryDN);
6663 entryDN = entryDN.getParent();
6664 if (entryDN
6898 getEntry(DN entryDN) argument
6933 entryExists(DN entryDN) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/core/
H A DDirectoryServer.java2776 * @param entryDN The DN of the configuration entry to retrieve.
2783 public static ConfigEntry getConfigEntry(DN entryDN) argument
2786 return directoryServer.configHandler.getConfigEntry(entryDN);
6093 * @param entryDN The DN of the entry for which to retrieve the
6100 public static Backend getBackend(DN entryDN) argument
6102 if (entryDN.isNullDN())
6108 Backend b = baseDNs.get(entryDN);
6111 entryDN = entryDN.getParent();
6112 if (entryDN
6344 getEntry(DN entryDN) argument
6379 entryExists(DN entryDN) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/core/
H A DDirectoryServer.java2293 * @param entryDN The DN of the configuration entry to retrieve.
2300 public static ConfigEntry getConfigEntry(DN entryDN) argument
2303 return directoryServer.configHandler.getConfigEntry(entryDN);
4749 * @param entryDN The DN of the entry for which to retrieve the
4756 public static Backend<?> getBackend(DN entryDN) argument
4758 if (entryDN.isRootDN())
4764 Backend<?> b = baseDNs.get(entryDN);
4767 entryDN = entryDN.parent();
4768 if (entryDN
4962 getEntry(DN entryDN) argument
4984 entryExists(DN entryDN) argument
[all...]

Completed in 174 milliseconds

<<1112131415161718