Uses of Interface
org.apache.bookkeeper.auth.ClientAuthProvider.Factory
-
Packages that use ClientAuthProvider.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. -
-
Uses of ClientAuthProvider.Factory in org.apache.bookkeeper.auth
Methods in org.apache.bookkeeper.auth that return ClientAuthProvider.Factory Modifier and Type Method Description static ClientAuthProvider.Factory
AuthProviderFactoryFactory. newClientAuthProviderFactory(ClientConfiguration conf)
-
Uses of ClientAuthProvider.Factory in org.apache.bookkeeper.proto
Fields in org.apache.bookkeeper.proto declared as ClientAuthProvider.Factory Modifier and Type Field Description (package private) ClientAuthProvider.Factory
AuthHandler.ClientSideHandler. authProviderFactory
Constructors in org.apache.bookkeeper.proto with parameters of type ClientAuthProvider.Factory Constructor Description ClientSideHandler(ClientAuthProvider.Factory authProviderFactory, java.util.concurrent.atomic.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.Factory Modifier and Type Class Description class
SASLClientProviderFactory
ClientAuthProvider which uses JDK-bundled SASL.
-