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) SecurityHandlerFactory
DefaultPerChannelBookieClientPool. shFactory
Methods in org.apache.bookkeeper.proto that return SecurityHandlerFactory Modifier and Type Method Description (package private) SecurityHandlerFactory
BookieRequestProcessor. getShFactory()
TLS management.Methods in org.apache.bookkeeper.proto with parameters of type SecurityHandlerFactory Modifier and Type Method Description PerChannelBookieClient
BookieClientImpl. create(BookieId address, PerChannelBookieClientPool pcbcPool, SecurityHandlerFactory shFactory, boolean forceUseV3)
PerChannelBookieClient
PerChannelBookieClientFactory. create(BookieId address, PerChannelBookieClientPool pcbcPool, SecurityHandlerFactory shFactory, boolean forceUseV3)
Create aPerChannelBookieClient
to 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 class
TLSContextFactory
A factory to manage TLS contexts.Methods in org.apache.bookkeeper.tls that return SecurityHandlerFactory Modifier and Type Method Description static SecurityHandlerFactory
SecurityProviderFactoryFactory. getSecurityProviderFactory(java.lang.String securityHandler)
-