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

/forgerock/openam-v13/openam-federation/OpenFM/src/main/java/com/iplanet/services/cdc/
H A DLdapSPValidator.java164 String gotoHost = gotoUrl.getHost().toLowerCase();
185 if (validateGotoUrl(attrValues,hostnames, gotoHost,
290 String gotoHost,
300 valid |= u.getHost().toLowerCase().equals(gotoHost) &&
287 validateGotoUrl( Set attrValues, List hostnames, String gotoHost, String gotoProtocol, int gotoPort ) argument

Completed in 32 milliseconds