Uses of Class
org.apache.hadoop.hbase.security.provider.SaslServerAuthenticationProviders
Packages that use SaslServerAuthenticationProviders
Package
Description
Tools to help define network clients and servers.
-
Uses of SaslServerAuthenticationProviders in org.apache.hadoop.hbase.ipc
Fields in org.apache.hadoop.hbase.ipc declared as SaslServerAuthenticationProvidersModifier and TypeFieldDescriptionprotected SaslServerAuthenticationProvidersServerRpcConnection.saslProviders -
Uses of SaslServerAuthenticationProviders in org.apache.hadoop.hbase.security.provider
Fields in org.apache.hadoop.hbase.security.provider with type parameters of type SaslServerAuthenticationProvidersModifier and TypeFieldDescriptionprivate static final AtomicReference<SaslServerAuthenticationProviders>SaslServerAuthenticationProviders.holderMethods in org.apache.hadoop.hbase.security.provider that return SaslServerAuthenticationProvidersModifier and TypeMethodDescription(package private) static SaslServerAuthenticationProvidersSaslServerAuthenticationProviders.createProviders(org.apache.hadoop.conf.Configuration conf) Loads server authentication providers from the classpath and configuration, and then creates the SaslServerAuthenticationProviders instance.SaslServerAuthenticationProviders.getInstance(org.apache.hadoop.conf.Configuration conf) Returns a singleton instance ofSaslServerAuthenticationProviders.