|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.hadoop.hbase.security.User
org.apache.hadoop.hbase.security.User.SecureHadoopUser
@InterfaceAudience.Private public static final class User.SecureHadoopUser
Bridges User
invocations to underlying calls to
UserGroupInformation
for secure Hadoop
0.20 and versions 0.21 and above.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.apache.hadoop.hbase.security.User |
---|
User.SecureHadoopUser |
Field Summary |
---|
Fields inherited from class org.apache.hadoop.hbase.security.User |
---|
HBASE_SECURITY_AUTHORIZATION_CONF_KEY, HBASE_SECURITY_CONF_KEY, ugi |
Constructor Summary | |
---|---|
User.SecureHadoopUser()
|
|
User.SecureHadoopUser(org.apache.hadoop.security.UserGroupInformation ugi)
|
|
User.SecureHadoopUser(org.apache.hadoop.security.UserGroupInformation ugi,
com.google.common.cache.LoadingCache<String,String[]> cache)
|
Method Summary | ||
---|---|---|
static User |
createUserForTesting(org.apache.hadoop.conf.Configuration conf,
String name,
String[] groups)
|
|
String[] |
getGroupNames()
Returns the list of groups of which this user is a member. |
|
String |
getShortName()
Returns the shortened version of the user name -- the portion that maps to an operating system user name. |
|
static boolean |
isSecurityEnabled()
Returns the result of UserGroupInformation.isSecurityEnabled() . |
|
static void |
login(org.apache.hadoop.conf.Configuration conf,
String fileConfKey,
String principalConfKey,
String localhost)
Obtain credentials for the current process using the configured Kerberos keytab file and principal. |
|
void |
obtainAuthTokenForJob(org.apache.hadoop.conf.Configuration conf,
org.apache.hadoop.mapreduce.Job job)
Requests an authentication token for this user and stores it in the user's credentials. |
|
void |
obtainAuthTokenForJob(org.apache.hadoop.mapred.JobConf job)
Requests an authentication token for this user and stores it in the user's credentials. |
|
|
runAs(PrivilegedAction<T> action)
Executes the given action within the context of this user. |
|
|
runAs(PrivilegedExceptionAction<T> action)
Executes the given action within the context of this user. |
Methods inherited from class org.apache.hadoop.hbase.security.User |
---|
addToken, create, equals, getCurrent, getName, getToken, getTokens, getUGI, hashCode, isHBaseSecurityEnabled, runAsLoginUser, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public User.SecureHadoopUser() throws IOException
IOException
public User.SecureHadoopUser(org.apache.hadoop.security.UserGroupInformation ugi)
public User.SecureHadoopUser(org.apache.hadoop.security.UserGroupInformation ugi, com.google.common.cache.LoadingCache<String,String[]> cache)
Method Detail |
---|
public String getShortName()
User
getShortName
in class User
public String[] getGroupNames()
User
getGroupNames
in class User
public <T> T runAs(PrivilegedAction<T> action)
User
runAs
in class User
public <T> T runAs(PrivilegedExceptionAction<T> action) throws IOException, InterruptedException
User
runAs
in class User
IOException
InterruptedException
public void obtainAuthTokenForJob(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.mapreduce.Job job) throws IOException, InterruptedException
User
obtainAuthTokenForJob
in class User
IOException
InterruptedException
public void obtainAuthTokenForJob(org.apache.hadoop.mapred.JobConf job) throws IOException, InterruptedException
User
obtainAuthTokenForJob
in class User
IOException
InterruptedException
public static User createUserForTesting(org.apache.hadoop.conf.Configuration conf, String name, String[] groups)
User.createUserForTesting(org.apache.hadoop.conf.Configuration, String, String[])
public static void login(org.apache.hadoop.conf.Configuration conf, String fileConfKey, String principalConfKey, String localhost) throws IOException
conf
- the Configuration to usefileConfKey
- Configuration property key used to store the path
to the keytab fileprincipalConfKey
- Configuration property key used to store the
principal name to login aslocalhost
- the local hostname
IOException
User.login(org.apache.hadoop.conf.Configuration, String, String, String)
public static boolean isSecurityEnabled()
UserGroupInformation.isSecurityEnabled()
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |