Lines Matching defs:cRealm

238     private static String[] doInitialParse(String cRealm, String sRealm)
240 if (cRealm == null || sRealm == null){
244 System.out.println(">>> Realm doInitialParse: cRealm=["
245 + cRealm + "], sRealm=[" +sRealm + "]");
247 if (cRealm.equals(sRealm)) {
250 retList[0] = new String(cRealm);
263 * a TGT from the initiating realm cRealm to the target realm
267 * between cRealm and sRealm. The realms may be organized
274 * The returned list, if not null, contains cRealm as the first
278 * @param cRealm the initiating realm
283 public static String[] getRealmsList(String cRealm, String sRealm)
285 String[] retList = doInitialParse(cRealm, sRealm);
292 retList = parseCapaths(cRealm, sRealm);
299 retList = parseHierarchy(cRealm, sRealm);
306 * to obtain credentials from the initiating realm cRealm to
308 * @param cRealm the initiating realm
338 private static String[] parseCapaths(String cRealm, String sRealm) throws KrbException {
352 String intermediaries = cfg.getDefault(sRealm, cRealm);
384 !intermediaries.equals(cRealm)) {
461 intermediaries = cfg.getDefault(tempTarget, cRealm);
471 retList[0] = cRealm;
488 * to obtain credentials from the initiating realm cRealm
490 * @param cRealm the initiating realm
495 private static String[] parseHierarchy(String cRealm, String sRealm)
506 new StringTokenizer(cRealm,
509 // Parse cRealm
519 System.out.println(">>> Realm parseHierarchy: cRealm has " +
587 "in cRealm (starts at index " +
593 String commonPart = substring(cRealm, cCommonStart);
594 System.out.println(">>> Realm parseHierarchy: common part in cRealm=" +
611 retList[0] = new String(cRealm);
626 sTemp = substring(cRealm, cCount+1);
627 //cTemp = substring(cRealm, cCount);