Uses of Interface
org.apache.bookkeeper.proto.ClientConnectionPeer
-
Packages that use ClientConnectionPeer 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. -
-
Uses of ClientConnectionPeer in org.apache.bookkeeper.auth
Methods in org.apache.bookkeeper.auth with parameters of type ClientConnectionPeer Modifier and Type Method Description ClientAuthProviderClientAuthProvider.Factory. newProvider(ClientConnectionPeer connection, AuthCallbacks.GenericCallback<java.lang.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 ClientConnectionPeer Modifier and Type Field Description (package private) ClientConnectionPeerAuthHandler.ClientSideHandler. connectionPeerConstructors in org.apache.bookkeeper.proto with parameters of type ClientConnectionPeer Constructor Description ClientSideHandler(ClientAuthProvider.Factory authProviderFactory, java.util.concurrent.atomic.AtomicLong transactionIdGenerator, ClientConnectionPeer connectionPeer, boolean isUsingV2Protocol) -
Uses of ClientConnectionPeer in org.apache.bookkeeper.sasl
Methods in org.apache.bookkeeper.sasl with parameters of type ClientConnectionPeer Modifier and Type Method Description ClientAuthProviderSASLClientProviderFactory. newProvider(ClientConnectionPeer addr, AuthCallbacks.GenericCallback<java.lang.Void> completeCb)Constructors in org.apache.bookkeeper.sasl with parameters of type ClientConnectionPeer Constructor Description SASLClientAuthProvider(ClientConnectionPeer addr, AuthCallbacks.GenericCallback<java.lang.Void> completeCb, javax.security.auth.Subject subject)
-