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

java.lang.Object
  extended by org.apache.hadoop.hbase.stargate.auth.Authenticator
Direct Known Subclasses:
HBCAuthenticator, HTableAuthenticator, JDBCAuthenticator, ZooKeeperAuthenticator

public abstract class Authenticator
extends Object


Constructor Summary
Authenticator()
           
 
Method Summary
abstract  User getUserForToken(String token)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Authenticator

public Authenticator()
Method Detail

getUserForToken

public abstract User getUserForToken(String token)
                              throws IOException
Throws:
IOException


Copyright © 2010 The Apache Software Foundation