Uses of Interface
org.apache.hadoop.hbase.security.provider.AuthenticationProviderSelector
Package
Description
-
Uses of AuthenticationProviderSelector in org.apache.hadoop.hbase.security.provider
Modifier and TypeClassDescriptionclass
Default implementation ofAuthenticationProviderSelector
which can choose from the authentication implementations which HBase provides out of the box: Simple, Kerberos, and Delegation Token authentication.Modifier and TypeFieldDescriptionprivate final AuthenticationProviderSelector
SaslClientAuthenticationProviders.selector
Modifier and TypeMethodDescription(package private) static AuthenticationProviderSelector
SaslClientAuthenticationProviders.instantiateSelector
(org.apache.hadoop.conf.Configuration conf, Collection<SaslClientAuthenticationProvider> providers) Instantiates the ProviderSelector implementation from the provided configuration.ModifierConstructorDescriptionprivate
SaslClientAuthenticationProviders
(Collection<SaslClientAuthenticationProvider> providers, AuthenticationProviderSelector selector) -
Uses of AuthenticationProviderSelector in org.apache.hadoop.hbase.security.provider.example