Uses of Interface
org.apache.bookkeeper.tls.SecurityHandlerFactory
-
Packages that use SecurityHandlerFactory Package Description org.apache.bookkeeper.proto Classes related to the Bookkeeper protocol.org.apache.bookkeeper.tls Security and TLS-related classes. -
-
Uses of SecurityHandlerFactory in org.apache.bookkeeper.proto
Fields in org.apache.bookkeeper.proto declared as SecurityHandlerFactory Modifier and Type Field Description (package private) SecurityHandlerFactoryDefaultPerChannelBookieClientPool. shFactoryMethods in org.apache.bookkeeper.proto that return SecurityHandlerFactory Modifier and Type Method Description (package private) SecurityHandlerFactoryBookieRequestProcessor. getShFactory()TLS management.Methods in org.apache.bookkeeper.proto with parameters of type SecurityHandlerFactory Modifier and Type Method Description PerChannelBookieClientBookieClientImpl. create(BookieId address, PerChannelBookieClientPool pcbcPool, SecurityHandlerFactory shFactory, boolean forceUseV3)PerChannelBookieClientPerChannelBookieClientFactory. create(BookieId address, PerChannelBookieClientPool pcbcPool, SecurityHandlerFactory shFactory, boolean forceUseV3)Create aPerChannelBookieClientto address.Constructors in org.apache.bookkeeper.proto with parameters of type SecurityHandlerFactory Constructor Description BookieRequestProcessor(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 SecurityHandlerFactory Modifier and Type Class Description classTLSContextFactoryA factory to manage TLS contexts.Methods in org.apache.bookkeeper.tls that return SecurityHandlerFactory Modifier and Type Method Description static SecurityHandlerFactorySecurityProviderFactoryFactory. getSecurityProviderFactory(java.lang.String securityHandler)
-