Uses of Interface
org.apache.bookkeeper.proto.BookieConnectionPeer
Packages that use BookieConnectionPeer
Package
Description
Classes used to handle authentication in bookies and clients.
Classes related to the Bookkeeper protocol.
SASL and JAAS Authentication classes.
Security and TLS-related classes.
-
Uses of BookieConnectionPeer in org.apache.bookkeeper.auth
Methods in org.apache.bookkeeper.auth with parameters of type BookieConnectionPeerModifier and TypeMethodDescriptionBookieAuthProvider.Factory.newProvider(BookieConnectionPeer connection, AuthCallbacks.GenericCallback<Void> completeCb) Create a new instance of a bookie auth provider. -
Uses of BookieConnectionPeer in org.apache.bookkeeper.proto
Fields in org.apache.bookkeeper.proto declared as BookieConnectionPeerModifier and TypeFieldDescription(package private) final BookieConnectionPeerAuthHandler.ServerSideHandler.connectionPeer(package private) final BookieConnectionPeerBookieNettyServer.BookieSideConnectionPeerContextHandler.connectionPeerMethods in org.apache.bookkeeper.proto that return BookieConnectionPeerModifier and TypeMethodDescriptionBookieNettyServer.BookieSideConnectionPeerContextHandler.getConnectionPeer()Constructors in org.apache.bookkeeper.proto with parameters of type BookieConnectionPeerModifierConstructorDescription(package private)ServerSideHandler(BookieConnectionPeer connectionPeer, BookieAuthProvider.Factory authProviderFactory) -
Uses of BookieConnectionPeer in org.apache.bookkeeper.sasl
Methods in org.apache.bookkeeper.sasl with parameters of type BookieConnectionPeerModifier and TypeMethodDescriptionSASLBookieAuthProviderFactory.newProvider(BookieConnectionPeer addr, AuthCallbacks.GenericCallback<Void> completeCb) Constructors in org.apache.bookkeeper.sasl with parameters of type BookieConnectionPeerModifierConstructorDescription(package private)SASLBookieAuthProvider(BookieConnectionPeer addr, AuthCallbacks.GenericCallback<Void> completeCb, ServerConfiguration serverConfiguration, Subject subject, Pattern allowedIdsPattern) -
Uses of BookieConnectionPeer in org.apache.bookkeeper.tls
Methods in org.apache.bookkeeper.tls with parameters of type BookieConnectionPeerModifier and TypeMethodDescriptionBookieAuthZFactory.newProvider(BookieConnectionPeer addr, AuthCallbacks.GenericCallback<Void> completeCb)