Uses of Class
org.apache.hadoop.hbase.stargate.User

Packages that use User
org.apache.hadoop.hbase.stargate Stargate 
org.apache.hadoop.hbase.stargate.auth   
org.apache.hadoop.hbase.stargate.util   
 

Uses of User in org.apache.hadoop.hbase.stargate
 

Fields in org.apache.hadoop.hbase.stargate declared as User
static User User.DEFAULT_USER
           
 

Methods in org.apache.hadoop.hbase.stargate with parameters of type User
 boolean RESTServlet.userRequestLimit(User user, int want)
          Check if the user has exceeded their request token limit within the current interval
 

Constructors in org.apache.hadoop.hbase.stargate with parameters of type User
ExistsResource(User user, String table)
           
RegionsResource(User user, String table)
           
RowResource(User user, String table, String rowspec, String versions)
           
ScannerInstanceResource(User user, String table, String id, ResultGenerator generator, int batch)
           
ScannerResource(User user, String table)
           
SchemaResource(User user, String table)
           
StorageClusterStatusResource(User user)
           
TableResource(User user, String table)
           
 

Uses of User in org.apache.hadoop.hbase.stargate.auth
 

Methods in org.apache.hadoop.hbase.stargate.auth that return User
 User JDBCAuthenticator.getUserForToken(String token)
           
 User HTableAuthenticator.getUserForToken(String token)
           
abstract  User Authenticator.getUserForToken(String token)
           
 User HBCAuthenticator.getUserForToken(String token)
           
 User ZooKeeperAuthenticator.getUserForToken(String token)
           
 

Uses of User in org.apache.hadoop.hbase.stargate.util
 

Methods in org.apache.hadoop.hbase.stargate.util with parameters of type User
static UserData SoftUserData.get(User user)
           
static UserData SoftUserData.put(User user, UserData data)
           
 



Copyright © 2010 The Apache Software Foundation