| Package | Description |
|---|---|
| org.apache.hadoop.hbase.security | |
| org.apache.hadoop.hbase.security.provider |
| Constructor and Description |
|---|
HBaseSaslRpcServer(SaslServerAuthenticationProvider provider,
Map<String,String> saslProps,
org.apache.hadoop.security.token.SecretManager<org.apache.hadoop.security.token.TokenIdentifier> secretManager) |
| Modifier and Type | Class and Description |
|---|---|
class |
DigestSaslServerAuthenticationProvider |
class |
GssSaslServerAuthenticationProvider |
class |
SimpleSaslServerAuthenticationProvider |
| Modifier and Type | Method and Description |
|---|---|
SaslServerAuthenticationProvider |
SaslServerAuthenticationProviders.getSimpleProvider()
Extracts the SIMPLE authentication provider.
|
SaslServerAuthenticationProvider |
SaslServerAuthenticationProviders.selectProvider(byte authByte)
Selects the appropriate SaslServerAuthenticationProvider from those available.
|
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.