Package | Description |
---|---|
org.apache.zookeeper.server.auth |
Modifier and Type | Class and Description |
---|---|
class |
DigestAuthenticationProvider |
class |
EnsembleAuthenticationProvider
This is not a true AuthenticationProvider in the strict sense.
|
class |
IPAuthenticationProvider |
class |
KeyAuthenticationProvider |
class |
SASLAuthenticationProvider |
class |
ServerAuthenticationProvider
A variation on
AuthenticationProvider that provides additional
parameters for more detailed authentication |
class |
X509AuthenticationProvider
An AuthenticationProvider backed by an X509TrustManager and an X509KeyManager
to perform remote host certificate authentication.
|
Modifier and Type | Method and Description |
---|---|
static AuthenticationProvider |
ProviderRegistry.getProvider(String scheme) |
Copyright © 2008–2020 The Apache Software Foundation. All rights reserved.