Searched defs:localLogServiceID (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/log/s1is/
H A DLogConfigReader.java85 public static String localLogServiceID = null; field in class:LogConfigReader
109 localLogServiceID = localProtocol + "://" + localHost + ":" + localPort;
572 + localLogServiceID);
586 logHost = localLogServiceID;
588 if ((localLogServiceID) != null && (logHost != null)) {
589 if (logHost.startsWith(localLogServiceID))
/forgerock/openam/openam-core/src/main/java/com/sun/identity/log/s1is/
H A DLogConfigReader.java85 public static String localLogServiceID = null; field in class:LogConfigReader
109 localLogServiceID = localProtocol + "://" + localHost + ":" + localPort;
572 + localLogServiceID);
586 logHost = localLogServiceID;
588 if ((localLogServiceID) != null && (logHost != null)) {
589 if (logHost.startsWith(localLogServiceID))

Completed in 47 milliseconds