|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use User | |
|---|---|
| org.apache.hadoop.hbase.security | |
| Uses of User in org.apache.hadoop.hbase.security |
|---|
| Subclasses of User in org.apache.hadoop.hbase.security | |
|---|---|
static class |
User.SecureHadoopUser
Bridges User invocations to underlying calls to
UserGroupInformation for secure Hadoop
0.20 and versions 0.21 and above. |
| Methods in org.apache.hadoop.hbase.security that return User | |
|---|---|
User |
UserProvider.create(org.apache.hadoop.security.UserGroupInformation ugi)
Wraps an underlying UserGroupInformation instance. |
static User |
User.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.SecureHadoopUser.createUserForTesting(org.apache.hadoop.conf.Configuration conf,
String name,
String[] groups)
|
User |
UserProvider.getCurrent()
|
static User |
User.getCurrent()
Returns the User instance within current execution context. |
| Methods in org.apache.hadoop.hbase.security with parameters of type User | |
|---|---|
static boolean |
Superusers.isSuperUser(User user)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||