| Package | Description |
|---|---|
| org.apache.hadoop.hbase.ipc |
Tools to help define network clients and servers.
|
| org.apache.hadoop.hbase.security.provider |
| Modifier and Type | Field and Description |
|---|---|
protected SaslServerAuthenticationProviders |
ServerRpcConnection.saslProviders |
| Modifier and Type | Field and Description |
|---|---|
private static AtomicReference<SaslServerAuthenticationProviders> |
SaslServerAuthenticationProviders.holder |
| Modifier and Type | Method and Description |
|---|---|
(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.
|
static SaslServerAuthenticationProviders |
SaslServerAuthenticationProviders.getInstance(org.apache.hadoop.conf.Configuration conf)
Returns a singleton instance of
SaslServerAuthenticationProviders. |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.