Package | Description |
---|---|
org.apache.hadoop.hbase.security | |
org.apache.hadoop.hbase.security.token |
Modifier and Type | Method and Description |
---|---|
static UserProvider |
UserProvider.instantiate(org.apache.hadoop.conf.Configuration conf)
Instantiate the
UserProvider specified in the configuration and set the passed
configuration via BaseConfigurable.setConf(Configuration) |
Modifier and Type | Method and Description |
---|---|
static void |
UserProvider.setUserProviderForTesting(org.apache.hadoop.conf.Configuration conf,
Class<? extends UserProvider> provider)
Set the
UserProvider in the given configuration that should be instantiated |
Modifier and Type | Method and Description |
---|---|
UserProvider |
FsDelegationToken.getUserProvider() |
Constructor and Description |
---|
FsDelegationToken(UserProvider userProvider,
String renewer) |
Copyright © 2014 The Apache Software Foundation. All rights reserved.