org.apache.hadoop.hbase.stargate.auth
Class JDBCAuthenticator

java.lang.Object
  extended by org.apache.hadoop.hbase.stargate.auth.Authenticator
      extended by org.apache.hadoop.hbase.stargate.auth.JDBCAuthenticator

public class JDBCAuthenticator
extends Authenticator


Constructor Summary
JDBCAuthenticator(HBaseConfiguration conf)
          Constructor
JDBCAuthenticator(String url, String table, String user, String password)
          Constructor
 
Method Summary
 User getUserForToken(String token)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JDBCAuthenticator

public JDBCAuthenticator(HBaseConfiguration conf)
Constructor

Parameters:
conf -

JDBCAuthenticator

public JDBCAuthenticator(String url,
                         String table,
                         String user,
                         String password)
Constructor

Parameters:
url -
table -
user -
password -
Method Detail

getUserForToken

public User getUserForToken(String token)
                     throws IOException
Specified by:
getUserForToken in class Authenticator
Throws:
IOException


Copyright © 2010 The Apache Software Foundation