public static String getKerberosRealm() { try { return KerberosUtil.getDefaultRealm(); } catch (Exception e) { log.debug("introspection into JVM internals failed", e); return "(unknown)"; } }
public static String getDefaultRealm() throws ReflectiveOperationException { return KerberosUtil.getDefaultRealm(); }