org.apache.hadoop.hbase.stargate.auth
Class JDBCAuthenticator
java.lang.Object
org.apache.hadoop.hbase.stargate.auth.Authenticator
org.apache.hadoop.hbase.stargate.auth.JDBCAuthenticator
public class JDBCAuthenticator
- extends Authenticator
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
-
getUserForToken
public User getUserForToken(String token)
throws IOException
- Specified by:
getUserForToken
in class Authenticator
- Throws:
IOException
Copyright © 2010 The Apache Software Foundation