Uses of Interface
org.apache.zookeeper.server.auth.AuthenticationProvider
-
Packages that use AuthenticationProvider Package Description org.apache.zookeeper.server.auth -
-
Uses of AuthenticationProvider in org.apache.zookeeper.server.auth
Classes in org.apache.zookeeper.server.auth that implement AuthenticationProvider Modifier and Type Class Description class
DigestAuthenticationProvider
class
IPAuthenticationProvider
class
SASLAuthenticationProvider
Methods in org.apache.zookeeper.server.auth that return AuthenticationProvider Modifier and Type Method Description static AuthenticationProvider
ProviderRegistry. getProvider(java.lang.String scheme)
-