Uses of Interface
org.apache.bookkeeper.auth.BookieAuthProvider.Factory
Packages that use BookieAuthProvider.Factory
Package
Description
Classes used to handle authentication in bookies and clients.
Classes related to the Bookkeeper protocol.
SASL and JAAS Authentication classes.
Security and TLS-related classes.
-
Uses of BookieAuthProvider.Factory in org.apache.bookkeeper.auth
Methods in org.apache.bookkeeper.auth that return BookieAuthProvider.FactoryModifier and TypeMethodDescriptionstatic BookieAuthProvider.FactoryAuthProviderFactoryFactory.newBookieAuthProviderFactory(ServerConfiguration conf) -
Uses of BookieAuthProvider.Factory in org.apache.bookkeeper.proto
Fields in org.apache.bookkeeper.proto declared as BookieAuthProvider.FactoryModifier and TypeFieldDescription(package private) final BookieAuthProvider.FactoryAuthHandler.ServerSideHandler.authProviderFactory(package private) final BookieAuthProvider.FactoryBookieNettyServer.authProviderFactoryConstructors in org.apache.bookkeeper.proto with parameters of type BookieAuthProvider.FactoryModifierConstructorDescription(package private)ServerSideHandler(BookieConnectionPeer connectionPeer, BookieAuthProvider.Factory authProviderFactory) -
Uses of BookieAuthProvider.Factory in org.apache.bookkeeper.sasl
Classes in org.apache.bookkeeper.sasl that implement BookieAuthProvider.FactoryModifier and TypeClassDescriptionclassBookieAuthProvider which uses JDK-bundled SASL. -
Uses of BookieAuthProvider.Factory in org.apache.bookkeeper.tls
Classes in org.apache.bookkeeper.tls that implement BookieAuthProvider.Factory