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. it does
handle add auth requests, but rather than authenticate the client, it checks
to make sure that the ensemble name the client intends to connect to
matches the name that the server thinks it belongs to. if the name does not match,
this provider will close the connection.
|
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.