Uses of Class
org.apache.hadoop.hbase.security.provider.SaslClientAuthenticationProviders
Packages that use SaslClientAuthenticationProviders
Package
Description
Tools to help define network clients and servers.
-
Uses of SaslClientAuthenticationProviders in org.apache.hadoop.hbase.ipc
Fields in org.apache.hadoop.hbase.ipc declared as SaslClientAuthenticationProvidersModifier and TypeFieldDescriptionprotected final SaslClientAuthenticationProvidersAbstractRpcClient.providersConstructors in org.apache.hadoop.hbase.ipc with parameters of type SaslClientAuthenticationProvidersModifierConstructorDescriptionprotectedRpcConnection(org.apache.hadoop.conf.Configuration conf, org.apache.hbase.thirdparty.io.netty.util.HashedWheelTimer timeoutTimer, ConnectionId remoteId, String clusterId, boolean isSecurityEnabled, SaslClientAuthenticationProviders providers, Codec codec, org.apache.hadoop.io.compress.CompressionCodec compressor, CellBlockBuilder cellBlockBuilder, MetricsConnection metrics, Map<String, byte[]> connectionAttributes) -
Uses of SaslClientAuthenticationProviders in org.apache.hadoop.hbase.security.provider
Fields in org.apache.hadoop.hbase.security.provider with type parameters of type SaslClientAuthenticationProvidersModifier and TypeFieldDescriptionprivate static final AtomicReference<SaslClientAuthenticationProviders>SaslClientAuthenticationProviders.PROVIDER_REFMethods in org.apache.hadoop.hbase.security.provider that return SaslClientAuthenticationProvidersModifier and TypeMethodDescriptionSaslClientAuthenticationProviders.getInstance(org.apache.hadoop.conf.Configuration conf) Deprecated.Since 2.5.14 and 2.6.4, will be removed in newer minor release lines.