Uses of Interface
org.apache.bookkeeper.auth.BookieAuthProvider.Factory
-
Packages that use BookieAuthProvider.Factory Package Description org.apache.bookkeeper.auth Classes used to handle authentication in bookies and clients.org.apache.bookkeeper.proto Classes related to the Bookkeeper protocol.org.apache.bookkeeper.sasl SASL and JAAS Authentication classes.org.apache.bookkeeper.tls Security and TLS-related classes. -
-
Uses of BookieAuthProvider.Factory in org.apache.bookkeeper.auth
Methods in org.apache.bookkeeper.auth that return BookieAuthProvider.Factory Modifier and Type Method Description static BookieAuthProvider.Factory
AuthProviderFactoryFactory. newBookieAuthProviderFactory(ServerConfiguration conf)
-
Uses of BookieAuthProvider.Factory in org.apache.bookkeeper.proto
Fields in org.apache.bookkeeper.proto declared as BookieAuthProvider.Factory Modifier and Type Field Description (package private) BookieAuthProvider.Factory
AuthHandler.ServerSideHandler. authProviderFactory
(package private) BookieAuthProvider.Factory
BookieNettyServer. authProviderFactory
Constructors in org.apache.bookkeeper.proto with parameters of type BookieAuthProvider.Factory Constructor Description ServerSideHandler(BookieConnectionPeer connectionPeer, BookieAuthProvider.Factory authProviderFactory)
-
Uses of BookieAuthProvider.Factory in org.apache.bookkeeper.sasl
Classes in org.apache.bookkeeper.sasl that implement BookieAuthProvider.Factory Modifier and Type Class Description class
SASLBookieAuthProviderFactory
BookieAuthProvider which uses JDK-bundled SASL. -
Uses of BookieAuthProvider.Factory in org.apache.bookkeeper.tls
Classes in org.apache.bookkeeper.tls that implement BookieAuthProvider.Factory Modifier and Type Class Description class
BookieAuthZFactory
Authorization factory class.
-