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

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/client/
H A DAuthClientUtils.java1394 * @param noQueryParam is a boolean indicating that the
1399 public static String getOrganizationDN(String orgParam,boolean noQueryParam, argument
1421 if (((orgName == null) || orgName.length() == 0) && (noQueryParam)) {
1475 boolean noQueryParam=false;
1492 noQueryParam= true;
1498 String orgDN = getOrganizationDN(orgParam,noQueryParam,request);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/client/
H A DAuthClientUtils.java1397 * @param noQueryParam is a boolean indicating that the
1402 public static String getOrganizationDN(String orgParam,boolean noQueryParam, argument
1424 if (((orgName == null) || orgName.length() == 0) && (noQueryParam)) {
1478 boolean noQueryParam=false;
1495 noQueryParam= true;
1501 String orgDN = getOrganizationDN(orgParam,noQueryParam,request);

Completed in 66 milliseconds