Uses of Class
org.apache.hadoop.hbase.security.provider.SaslServerAuthenticationProviders
Package
Description
Tools to help define network clients and servers.
-
Uses of SaslServerAuthenticationProviders in org.apache.hadoop.hbase.ipc
Modifier and TypeFieldDescriptionprotected SaslServerAuthenticationProviders
ServerRpcConnection.saslProviders
-
Uses of SaslServerAuthenticationProviders in org.apache.hadoop.hbase.security.provider
Modifier and TypeFieldDescriptionprivate static final AtomicReference<SaslServerAuthenticationProviders>
SaslServerAuthenticationProviders.holder
Modifier and TypeMethodDescription(package private) static SaslServerAuthenticationProviders
SaslServerAuthenticationProviders.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
.