Uses of Interface
org.apache.bookkeeper.tls.SecurityHandlerFactory
Packages that use SecurityHandlerFactory
Package
Description
Classes related to the Bookkeeper protocol.
Security and TLS-related classes.
-
Uses of SecurityHandlerFactory in org.apache.bookkeeper.proto
Fields in org.apache.bookkeeper.proto declared as SecurityHandlerFactoryModifier and TypeFieldDescription(package private) SecurityHandlerFactoryDefaultPerChannelBookieClientPool.shFactoryMethods in org.apache.bookkeeper.proto that return SecurityHandlerFactoryModifier and TypeMethodDescription(package private) SecurityHandlerFactoryBookieRequestProcessor.getShFactory()TLS management.Methods in org.apache.bookkeeper.proto with parameters of type SecurityHandlerFactoryModifier and TypeMethodDescriptionBookieClientImpl.create(BookieId address, PerChannelBookieClientPool pcbcPool, SecurityHandlerFactory shFactory, boolean forceUseV3) PerChannelBookieClientFactory.create(BookieId address, PerChannelBookieClientPool pcbcPool, SecurityHandlerFactory shFactory, boolean forceUseV3) Create aPerChannelBookieClientto address.Constructors in org.apache.bookkeeper.proto with parameters of type SecurityHandlerFactoryModifierConstructorDescriptionBookieRequestProcessor(ServerConfiguration serverCfg, Bookie bookie, StatsLogger statsLogger, SecurityHandlerFactory shFactory, io.netty.buffer.ByteBufAllocator allocator, io.netty.channel.group.ChannelGroup allChannels) 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) -
Uses of SecurityHandlerFactory in org.apache.bookkeeper.tls
Classes in org.apache.bookkeeper.tls that implement SecurityHandlerFactoryMethods in org.apache.bookkeeper.tls that return SecurityHandlerFactoryModifier and TypeMethodDescriptionstatic SecurityHandlerFactorySecurityProviderFactoryFactory.getSecurityProviderFactory(String securityHandler)