Package | Description |
---|---|
org.apache.hadoop.hbase.security.provider | |
org.apache.hadoop.hbase.security.provider.example |
Modifier and Type | Class and Description |
---|---|
class |
BuiltInProviderSelector
Default implementation of
AuthenticationProviderSelector which can choose from the
authentication implementations which HBase provides out of the box: Simple, Kerberos, and
Delegation Token authentication. |
Modifier and Type | Field and Description |
---|---|
private AuthenticationProviderSelector |
SaslClientAuthenticationProviders.selector |
Modifier and Type | Method and Description |
---|---|
(package private) static AuthenticationProviderSelector |
SaslClientAuthenticationProviders.instantiateSelector(org.apache.hadoop.conf.Configuration conf,
Collection<SaslClientAuthenticationProvider> providers)
Instantiates the ProviderSelector implementation from the provided configuration.
|
Constructor and Description |
---|
SaslClientAuthenticationProviders(Collection<SaslClientAuthenticationProvider> providers,
AuthenticationProviderSelector selector) |
Modifier and Type | Class and Description |
---|---|
class |
ShadeProviderSelector |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.