Package org.apache.zookeeper.server.util
Class KerberosUtil
- java.lang.Object
-
- org.apache.zookeeper.server.util.KerberosUtil
-
public class KerberosUtil extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description KerberosUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.String
getDefaultRealm()
-
-
-
Method Detail
-
getDefaultRealm
public static java.lang.String getDefaultRealm() throws java.lang.ClassNotFoundException, java.lang.NoSuchMethodException, java.lang.IllegalArgumentException, java.lang.IllegalAccessException, java.lang.reflect.InvocationTargetException
- Throws:
java.lang.ClassNotFoundException
java.lang.NoSuchMethodException
java.lang.IllegalArgumentException
java.lang.IllegalAccessException
java.lang.reflect.InvocationTargetException
-
-