Uses of Interface
org.apache.bookkeeper.auth.AuthCallbacks.GenericCallback
Packages that use AuthCallbacks.GenericCallback
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 AuthCallbacks.GenericCallback in org.apache.bookkeeper.auth
Methods in org.apache.bookkeeper.auth with parameters of type AuthCallbacks.GenericCallbackModifier and TypeMethodDescriptionvoidClientAuthProvider.init(AuthCallbacks.GenericCallback<AuthToken> cb) Initiate the authentication.BookieAuthProvider.Factory.newProvider(BookieConnectionPeer connection, AuthCallbacks.GenericCallback<Void> completeCb) Create a new instance of a bookie auth provider.ClientAuthProvider.Factory.newProvider(ClientConnectionPeer connection, AuthCallbacks.GenericCallback<Void> completeCb) Create a new instance of a client auth provider.voidBookieAuthProvider.process(AuthToken m, AuthCallbacks.GenericCallback<AuthToken> cb) Process a request from the client.voidClientAuthProvider.process(AuthToken m, AuthCallbacks.GenericCallback<AuthToken> cb) Process a response from the server. -
Uses of AuthCallbacks.GenericCallback in org.apache.bookkeeper.proto
Classes in org.apache.bookkeeper.proto that implement AuthCallbacks.GenericCallbackModifier and TypeClassDescription(package private) class(package private) class(package private) class(package private) static class(package private) static class -
Uses of AuthCallbacks.GenericCallback in org.apache.bookkeeper.sasl
Methods in org.apache.bookkeeper.sasl with parameters of type AuthCallbacks.GenericCallbackModifier and TypeMethodDescriptionvoidSASLClientAuthProvider.init(AuthCallbacks.GenericCallback<AuthToken> cb) SASLBookieAuthProviderFactory.newProvider(BookieConnectionPeer addr, AuthCallbacks.GenericCallback<Void> completeCb) SASLClientProviderFactory.newProvider(ClientConnectionPeer addr, AuthCallbacks.GenericCallback<Void> completeCb) voidSASLBookieAuthProvider.process(AuthToken m, AuthCallbacks.GenericCallback<AuthToken> cb) voidSASLClientAuthProvider.process(AuthToken m, AuthCallbacks.GenericCallback<AuthToken> cb) Constructors in org.apache.bookkeeper.sasl with parameters of type AuthCallbacks.GenericCallbackModifierConstructorDescription(package private)SASLBookieAuthProvider(BookieConnectionPeer addr, AuthCallbacks.GenericCallback<Void> completeCb, ServerConfiguration serverConfiguration, Subject subject, Pattern allowedIdsPattern) (package private)SASLClientAuthProvider(ClientConnectionPeer addr, AuthCallbacks.GenericCallback<Void> completeCb, Subject subject) -
Uses of AuthCallbacks.GenericCallback in org.apache.bookkeeper.tls
Methods in org.apache.bookkeeper.tls with parameters of type AuthCallbacks.GenericCallbackModifier and TypeMethodDescriptionBookieAuthZFactory.newProvider(BookieConnectionPeer addr, AuthCallbacks.GenericCallback<Void> completeCb)