Interface | Description |
---|---|
AuthenticationProvider |
This interface is implemented by authentication providers to add new kinds of
authentication schemes to ZooKeeper.
|
Class | Description |
---|---|
DigestAuthenticationProvider | |
DigestLoginModule | |
EnsembleAuthenticationProvider |
This is not a true AuthenticationProvider in the strict sense.
|
IPAuthenticationProvider | |
KerberosName |
This class implements parsing and handling of Kerberos principal names.
|
KeyAuthenticationProvider | |
ProviderRegistry | |
SASLAuthenticationProvider | |
SaslServerCallbackHandler | |
ServerAuthenticationProvider |
A variation on
AuthenticationProvider that provides additional
parameters for more detailed authentication |
ServerAuthenticationProvider.MatchValues | |
ServerAuthenticationProvider.ServerObjs | |
X509AuthenticationProvider |
An AuthenticationProvider backed by an X509TrustManager and an X509KeyManager
to perform remote host certificate authentication.
|
Exception | Description |
---|---|
KerberosName.BadFormatString | |
KerberosName.NoMatchingRule |
Copyright © 2008–2020 The Apache Software Foundation. All rights reserved.