Uses of Interface
org.apache.bookkeeper.proto.ClientConnectionPeer
Packages that use ClientConnectionPeer
Package
Description
Classes used to handle authentication in bookies and clients.
Classes related to the Bookkeeper protocol.
SASL and JAAS Authentication classes.
-
Uses of ClientConnectionPeer in org.apache.bookkeeper.auth
Methods in org.apache.bookkeeper.auth with parameters of type ClientConnectionPeerModifier and TypeMethodDescriptionClientAuthProvider.Factory.newProvider(ClientConnectionPeer connection, AuthCallbacks.GenericCallback<Void> completeCb) Create a new instance of a client auth provider. -
Uses of ClientConnectionPeer in org.apache.bookkeeper.proto
Fields in org.apache.bookkeeper.proto declared as ClientConnectionPeerModifier and TypeFieldDescription(package private) final ClientConnectionPeerAuthHandler.ClientSideHandler.connectionPeerConstructors in org.apache.bookkeeper.proto with parameters of type ClientConnectionPeerModifierConstructorDescription(package private)ClientSideHandler(ClientAuthProvider.Factory authProviderFactory, AtomicLong transactionIdGenerator, ClientConnectionPeer connectionPeer, boolean isUsingV2Protocol) -
Uses of ClientConnectionPeer in org.apache.bookkeeper.sasl
Methods in org.apache.bookkeeper.sasl with parameters of type ClientConnectionPeerModifier and TypeMethodDescriptionSASLClientProviderFactory.newProvider(ClientConnectionPeer addr, AuthCallbacks.GenericCallback<Void> completeCb) Constructors in org.apache.bookkeeper.sasl with parameters of type ClientConnectionPeerModifierConstructorDescription(package private)SASLClientAuthProvider(ClientConnectionPeer addr, AuthCallbacks.GenericCallback<Void> completeCb, Subject subject)