Uses of Interface
org.apache.bookkeeper.proto.BookieConnectionPeer
-
Packages that use BookieConnectionPeer 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.org.apache.bookkeeper.tls Security and TLS-related classes. -
-
Uses of BookieConnectionPeer in org.apache.bookkeeper.auth
Methods in org.apache.bookkeeper.auth with parameters of type BookieConnectionPeer Modifier and Type Method Description BookieAuthProviderBookieAuthProvider.Factory. newProvider(BookieConnectionPeer connection, AuthCallbacks.GenericCallback<java.lang.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 BookieConnectionPeer Modifier and Type Field Description (package private) BookieConnectionPeerAuthHandler.ServerSideHandler. connectionPeer(package private) BookieConnectionPeerBookieNettyServer.BookieSideConnectionPeerContextHandler. connectionPeerMethods in org.apache.bookkeeper.proto that return BookieConnectionPeer Modifier and Type Method Description BookieConnectionPeerBookieNettyServer.BookieSideConnectionPeerContextHandler. getConnectionPeer()Constructors in org.apache.bookkeeper.proto with parameters of type BookieConnectionPeer Constructor Description ServerSideHandler(BookieConnectionPeer connectionPeer, BookieAuthProvider.Factory authProviderFactory) -
Uses of BookieConnectionPeer in org.apache.bookkeeper.sasl
Methods in org.apache.bookkeeper.sasl with parameters of type BookieConnectionPeer Modifier and Type Method Description BookieAuthProviderSASLBookieAuthProviderFactory. newProvider(BookieConnectionPeer addr, AuthCallbacks.GenericCallback<java.lang.Void> completeCb)Constructors in org.apache.bookkeeper.sasl with parameters of type BookieConnectionPeer Constructor Description SASLBookieAuthProvider(BookieConnectionPeer addr, AuthCallbacks.GenericCallback<java.lang.Void> completeCb, ServerConfiguration serverConfiguration, javax.security.auth.Subject subject, java.util.regex.Pattern allowedIdsPattern) -
Uses of BookieConnectionPeer in org.apache.bookkeeper.tls
Methods in org.apache.bookkeeper.tls with parameters of type BookieConnectionPeer Modifier and Type Method Description BookieAuthProviderBookieAuthZFactory. newProvider(BookieConnectionPeer addr, AuthCallbacks.GenericCallback<java.lang.Void> completeCb)
-