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

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/common/
H A DRequestUtils.java61 private static String rdHost = null; field in class:RequestUtils
69 rdHost = tokenizer.nextToken().trim();
84 if ((rdHost != null) && (rdProtocol != null)) {
98 if (rdHost.equalsIgnoreCase(host)) {
/forgerock/openam/openam-core/src/main/java/com/sun/identity/common/
H A DRequestUtils.java61 private static String rdHost = null; field in class:RequestUtils
69 rdHost = tokenizer.nextToken().trim();
84 if ((rdHost != null) && (rdProtocol != null)) {
98 if (rdHost.equalsIgnoreCase(host)) {

Completed in 34 milliseconds