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

/forgerock/opendj2/src/ads/org/opends/admin/ads/
H A DADSContext.java1497 * @param ipath the installation path.
1503 String ipath) throws ADSContextException
1505 String cnValue = Rdn.escapeValue(hostname + "@" + ipath);
1567 String ipath = getInstallPath(serverProperties);
1568 return makeDNFromHostnameAndPath(hostname, ipath);
1502 makeDNFromHostnameAndPath(String hostname, String ipath) argument
/forgerock/opendj-b2.6/src/ads/org/opends/admin/ads/
H A DADSContext.java1498 * @param ipath the installation path.
1504 String ipath) throws ADSContextException
1506 String cnValue = Rdn.escapeValue(hostname + "@" + ipath);
1568 String ipath = getInstallPath(serverProperties);
1569 return makeDNFromHostnameAndPath(hostname, ipath);
1503 makeDNFromHostnameAndPath(String hostname, String ipath) argument
/forgerock/opendj2.6.2/src/ads/org/opends/admin/ads/
H A DADSContext.java1498 * @param ipath the installation path.
1504 String ipath) throws ADSContextException
1506 String cnValue = Rdn.escapeValue(hostname + "@" + ipath);
1568 String ipath = getInstallPath(serverProperties);
1569 return makeDNFromHostnameAndPath(hostname, ipath);
1503 makeDNFromHostnameAndPath(String hostname, String ipath) argument
/forgerock/opendj2-hg/src/ads/org/opends/admin/ads/
H A DADSContext.java1497 * @param ipath the installation path.
1503 String ipath) throws ADSContextException
1505 String cnValue = Rdn.escapeValue(hostname + "@" + ipath);
1567 String ipath = getInstallPath(serverProperties);
1568 return makeDNFromHostnameAndPath(hostname, ipath);
1502 makeDNFromHostnameAndPath(String hostname, String ipath) argument
/forgerock/opendj2-jel-hg/src/ads/org/opends/admin/ads/
H A DADSContext.java1498 * @param ipath the installation path.
1504 String ipath) throws ADSContextException
1506 String cnValue = Rdn.escapeValue(hostname + "@" + ipath);
1568 String ipath = getInstallPath(serverProperties);
1569 return makeDNFromHostnameAndPath(hostname, ipath);
1503 makeDNFromHostnameAndPath(String hostname, String ipath) argument
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/admin/ads/
H A DADSContext.java1334 * @param ipath
1341 private static LdapName makeDNFromHostnameAndPath(String hostname, String ipath) throws ADSContextException argument
1343 return nameFromDN("cn=" + Rdn.escapeValue(hostname + "@" + ipath) + "," + getServerContainerDN());
1407 String ipath = getInstallPath(serverProperties);
1408 return makeDNFromHostnameAndPath(hostname, ipath);

Completed in 896 milliseconds