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

/forgerock/openam-v13/openam-federation/OpenFM/src/main/java/com/iplanet/services/cdc/
H A DLdapSPValidator.java136 StringBuffer rootPrefix = new StringBuffer(1024);
137 rootPrefix.append(url.getProtocol())
146 Map agents = searchAgents(rootPrefix, realm);
153 "Invalid Agent Root URL: " + rootPrefix);
156 "Invalid Agent Root URL: " + rootPrefix + " not found.");
206 rootPrefix);
216 rootPrefix + " is: " + agentDN + " " + hostnames);
232 private Map searchAgents(StringBuffer rootPrefix, String realm) argument
241 attrValues.add(PROVIDER_ID_ATTR_NAME + "=" + rootPrefix.toString());
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/agent/
H A DTokenRestrictionResolver.java172 String rootPrefix = null;
175 rootPrefix = url.getProtocol() + "://" + url.getHost() + ":" + getURLPort(url) + "/";
181 getAgentIdSearchControl(rootPrefix));
184 throw new SSOException("Invalid Agent Root URL: " + rootPrefix + " not found.");
190 throw new SSOException("Error searching Agents with Root URL: " + rootPrefix);
194 private IdSearchControl getAgentIdSearchControl(String rootPrefix) { argument
196 attributeValues.add(PROVIDER_ID_ATTR_NAME + "=" + rootPrefix);

Completed in 28 milliseconds