Uses of Interface
org.apache.hadoop.hbase.security.provider.SaslServerAuthenticationProvider
Package
Description
Tools to help define network clients and servers.
-
Uses of SaslServerAuthenticationProvider in org.apache.hadoop.hbase.ipc
Modifier and TypeFieldDescriptionprotected SaslServerAuthenticationProvider
ServerRpcConnection.provider
-
Uses of SaslServerAuthenticationProvider in org.apache.hadoop.hbase.security
ModifierConstructorDescriptionHBaseSaslRpcServer
(SaslServerAuthenticationProvider provider, Map<String, String> saslProps, org.apache.hadoop.security.token.SecretManager<org.apache.hadoop.security.token.TokenIdentifier> secretManager) -
Uses of SaslServerAuthenticationProvider in org.apache.hadoop.hbase.security.provider
Modifier and TypeClassDescriptionclass
class
class
Modifier and TypeFieldDescriptionprivate final HashMap<Byte,
SaslServerAuthenticationProvider> SaslServerAuthenticationProviders.providers
Modifier and TypeMethodDescriptionSaslServerAuthenticationProviders.getSimpleProvider()
Extracts the SIMPLE authentication provider.SaslServerAuthenticationProviders.selectProvider
(byte authByte) Selects the appropriate SaslServerAuthenticationProvider from those available.Modifier and TypeMethodDescription(package private) static void
SaslServerAuthenticationProviders.addProviderIfNotExists
(SaslServerAuthenticationProvider provider, HashMap<Byte, SaslServerAuthenticationProvider> providers) Adds the given provider into the map of providers if a mapping for the auth code does not already exist in the map.Modifier and TypeMethodDescription(package private) static void
SaslServerAuthenticationProviders.addExtraProviders
(org.apache.hadoop.conf.Configuration conf, HashMap<Byte, SaslServerAuthenticationProvider> providers) Adds any providers defined in the configuration.(package private) static void
SaslServerAuthenticationProviders.addProviderIfNotExists
(SaslServerAuthenticationProvider provider, HashMap<Byte, SaslServerAuthenticationProvider> providers) Adds the given provider into the map of providers if a mapping for the auth code does not already exist in the map.ModifierConstructorDescriptionprivate
SaslServerAuthenticationProviders
(org.apache.hadoop.conf.Configuration conf, HashMap<Byte, SaslServerAuthenticationProvider> providers) -
Uses of SaslServerAuthenticationProvider in org.apache.hadoop.hbase.security.provider.example