Methods in org.apache.hadoop.hbase.security that return User |
static User |
User.create(org.apache.hadoop.security.UserGroupInformation ugi)
Wraps an underlying UserGroupInformation instance. |
User |
UserProvider.create(org.apache.hadoop.security.UserGroupInformation ugi)
Wraps an underlying UserGroupInformation instance. |
static User |
User.createUserForTesting(org.apache.hadoop.conf.Configuration conf,
String name,
String[] groups)
Generates a new User instance specifically for use in test code. |
static User |
User.getCurrent()
Returns the User instance within current execution context. |
User |
UserProvider.getCurrent()
|