Searched refs:getLogHostURL (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/log/handlers/
H A DRemoteHandler.java113 Debug.warning("RemoteHandler.getLogHostURL(): '" +
206 URL logHostURL = getLogHostURL(currentLoggedBySID);
272 private URL getLogHostURL(String loggedBySID) { method in class:RemoteHandler
290 Debug.message("RemoteHandler.getLogHostURL(): remote serv = " +
297 Debug.message("RemoteHandler.getLogHostURL(): " +
311 "RemoteHandler.getLogHostURL(): WebtopNaming logging"
316 "RemoteHandler.getLogHostURL(): URLNotFoundException: ", unfe);
345 URL logHostURL = getLogHostURL(currentLoggedBySID);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/log/handlers/
H A DRemoteHandler.java115 Debug.warning("RemoteHandler.getLogHostURL(): '" +
208 URL logHostURL = getLogHostURL(currentLoggedBySID);
274 private URL getLogHostURL(String loggedBySID) { method in class:RemoteHandler
292 Debug.message("RemoteHandler.getLogHostURL(): remote serv = " +
299 Debug.message("RemoteHandler.getLogHostURL(): " +
313 "RemoteHandler.getLogHostURL(): WebtopNaming logging"
318 "RemoteHandler.getLogHostURL(): URLNotFoundException: ", unfe);
347 URL logHostURL = getLogHostURL(currentLoggedBySID);

Completed in 29 milliseconds