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

/openjdk7/jdk/src/share/classes/sun/security/krb5/
H A DRealm.java238 private static String[] doInitialParse(String cRealm, String sRealm) argument
240 if (cRealm == null || sRealm == null){
245 + cRealm + "], sRealm=[" +sRealm + "]");
247 if (cRealm.equals(sRealm)) {
264 * sRealm.
267 * between cRealm and sRealm. The realms may be organized
275 * entry. sRealm is not included unless it is mistakenly listed
279 * @param sRealm the target realm
283 public static String[] getRealmsList(String cRealm, String sRealm) argument
338 parseCapaths(String cRealm, String sRealm) argument
495 parseHierarchy(String cRealm, String sRealm) argument
[all...]

Completed in 584 milliseconds