Uses of Interface
org.apache.bookkeeper.auth.ClientAuthProvider.Factory
Packages that use ClientAuthProvider.Factory
Package
Description
Classes used to handle authentication in bookies and clients.
Classes related to the Bookkeeper protocol.
SASL and JAAS Authentication classes.
-
Uses of ClientAuthProvider.Factory in org.apache.bookkeeper.auth
Methods in org.apache.bookkeeper.auth that return ClientAuthProvider.FactoryModifier and TypeMethodDescriptionstatic ClientAuthProvider.FactoryAuthProviderFactoryFactory.newClientAuthProviderFactory(ClientConfiguration conf) -
Uses of ClientAuthProvider.Factory in org.apache.bookkeeper.proto
Fields in org.apache.bookkeeper.proto declared as ClientAuthProvider.FactoryModifier and TypeFieldDescription(package private) final ClientAuthProvider.FactoryAuthHandler.ClientSideHandler.authProviderFactoryConstructors in org.apache.bookkeeper.proto with parameters of type ClientAuthProvider.FactoryModifierConstructorDescription(package private)ClientSideHandler(ClientAuthProvider.Factory authProviderFactory, AtomicLong transactionIdGenerator, ClientConnectionPeer connectionPeer, boolean isUsingV2Protocol) PerChannelBookieClient(OrderedExecutor executor, io.netty.channel.EventLoopGroup eventLoopGroup, BookieId bookieId, ClientAuthProvider.Factory authProviderFactory, com.google.protobuf.ExtensionRegistry extRegistry, BookieAddressResolver bookieAddressResolver) PerChannelBookieClient(ClientConfiguration conf, OrderedExecutor executor, io.netty.channel.EventLoopGroup eventLoopGroup, io.netty.buffer.ByteBufAllocator allocator, BookieId bookieId, StatsLogger parentStatsLogger, ClientAuthProvider.Factory authProviderFactory, com.google.protobuf.ExtensionRegistry extRegistry, PerChannelBookieClientPool pcbcPool, SecurityHandlerFactory shFactory, BookieAddressResolver bookieAddressResolver) PerChannelBookieClient(ClientConfiguration conf, OrderedExecutor executor, io.netty.channel.EventLoopGroup eventLoopGroup, BookieId bookieId, StatsLogger parentStatsLogger, ClientAuthProvider.Factory authProviderFactory, com.google.protobuf.ExtensionRegistry extRegistry, PerChannelBookieClientPool pcbcPool, BookieAddressResolver bookieAddressResolver) -
Uses of ClientAuthProvider.Factory in org.apache.bookkeeper.sasl
Classes in org.apache.bookkeeper.sasl that implement ClientAuthProvider.FactoryModifier and TypeClassDescriptionclassClientAuthProvider which uses JDK-bundled SASL.