Uses of Interface
org.apache.hadoop.hbase.security.provider.SaslServerAuthenticationProvider
Packages that use SaslServerAuthenticationProvider
Package
Description
Tools to help define network clients and servers.
-
Uses of SaslServerAuthenticationProvider in org.apache.hadoop.hbase.ipc
Fields in org.apache.hadoop.hbase.ipc declared as SaslServerAuthenticationProviderModifier and TypeFieldDescriptionprotected SaslServerAuthenticationProvider
ServerRpcConnection.provider
-
Uses of SaslServerAuthenticationProvider in org.apache.hadoop.hbase.security
Constructors in org.apache.hadoop.hbase.security with parameters of type SaslServerAuthenticationProviderModifierConstructorDescriptionHBaseSaslRpcServer
(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
Classes in org.apache.hadoop.hbase.security.provider that implement SaslServerAuthenticationProviderModifier and TypeClassDescriptionclass
class
class
Fields in org.apache.hadoop.hbase.security.provider with type parameters of type SaslServerAuthenticationProviderModifier and TypeFieldDescriptionprivate final HashMap<Byte,
SaslServerAuthenticationProvider> SaslServerAuthenticationProviders.providers
Methods in org.apache.hadoop.hbase.security.provider that return SaslServerAuthenticationProviderModifier and TypeMethodDescriptionSaslServerAuthenticationProviders.getSimpleProvider()
Extracts the SIMPLE authentication provider.SaslServerAuthenticationProviders.selectProvider
(byte authByte) Selects the appropriate SaslServerAuthenticationProvider from those available.Methods in org.apache.hadoop.hbase.security.provider with parameters of type SaslServerAuthenticationProviderModifier 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.Method parameters in org.apache.hadoop.hbase.security.provider with type arguments of type SaslServerAuthenticationProviderModifier 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.Constructor parameters in org.apache.hadoop.hbase.security.provider with type arguments of type SaslServerAuthenticationProviderModifierConstructorDescriptionprivate
SaslServerAuthenticationProviders
(org.apache.hadoop.conf.Configuration conf, HashMap<Byte, SaslServerAuthenticationProvider> providers) -
Uses of SaslServerAuthenticationProvider in org.apache.hadoop.hbase.security.provider.example
Classes in org.apache.hadoop.hbase.security.provider.example that implement SaslServerAuthenticationProvider