Searched defs:serverUniqueId (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj2/src/ads/org/opends/admin/ads/
H A DADSContext.java1512 * @param serverUniqueId the host name and port.
1517 private static LdapName makeDNFromServerUniqueId(String serverUniqueId) argument
1520 String cnValue = Rdn.escapeValue(serverUniqueId);
/forgerock/opendj-b2.6/src/ads/org/opends/admin/ads/
H A DADSContext.java1513 * @param serverUniqueId the host name and port.
1518 private static LdapName makeDNFromServerUniqueId(String serverUniqueId) argument
1521 String cnValue = Rdn.escapeValue(serverUniqueId);
/forgerock/opendj2.6.2/src/ads/org/opends/admin/ads/
H A DADSContext.java1513 * @param serverUniqueId the host name and port.
1518 private static LdapName makeDNFromServerUniqueId(String serverUniqueId) argument
1521 String cnValue = Rdn.escapeValue(serverUniqueId);
/forgerock/opendj2-hg/src/ads/org/opends/admin/ads/
H A DADSContext.java1512 * @param serverUniqueId the host name and port.
1517 private static LdapName makeDNFromServerUniqueId(String serverUniqueId) argument
1520 String cnValue = Rdn.escapeValue(serverUniqueId);
/forgerock/opendj2-jel-hg/src/ads/org/opends/admin/ads/
H A DADSContext.java1513 * @param serverUniqueId the host name and port.
1518 private static LdapName makeDNFromServerUniqueId(String serverUniqueId) argument
1521 String cnValue = Rdn.escapeValue(serverUniqueId);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/admin/ads/
H A DADSContext.java1350 * @param serverUniqueId
1357 private static LdapName makeDNFromServerUniqueId(String serverUniqueId) throws ADSContextException argument
1359 return nameFromDN("cn=" + Rdn.escapeValue(serverUniqueId) + "," + getServerContainerDN());

Completed in 62 milliseconds