org.apache.hadoop.hbase
Class AuthUtil

java.lang.Object
  extended by org.apache.hadoop.hbase.AuthUtil

@InterfaceAudience.Public
@InterfaceStability.Evolving
public class AuthUtil
extends Object

Utility methods for helping with security tasks.


Constructor Summary
AuthUtil()
           
 
Method Summary
static void launchAuthChore(org.apache.hadoop.conf.Configuration conf)
          Checks if security is enabled and if so, launches chore for refreshing kerberos ticket.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthUtil

public AuthUtil()
Method Detail

launchAuthChore

public static void launchAuthChore(org.apache.hadoop.conf.Configuration conf)
                            throws IOException
Checks if security is enabled and if so, launches chore for refreshing kerberos ticket.

Throws:
IOException


Copyright © 2015 The Apache Software Foundation. All Rights Reserved.