Uses of Interface
org.apache.bookkeeper.auth.AuthCallbacks.GenericCallback
-
Packages that use AuthCallbacks.GenericCallback 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 AuthCallbacks.GenericCallback in org.apache.bookkeeper.auth
Methods in org.apache.bookkeeper.auth with parameters of type AuthCallbacks.GenericCallback Modifier and Type Method Description void
ClientAuthProvider. init(AuthCallbacks.GenericCallback<AuthToken> cb)
Initiate the authentication.BookieAuthProvider
BookieAuthProvider.Factory. newProvider(BookieConnectionPeer connection, AuthCallbacks.GenericCallback<java.lang.Void> completeCb)
Create a new instance of a bookie auth provider.ClientAuthProvider
ClientAuthProvider.Factory. newProvider(ClientConnectionPeer connection, AuthCallbacks.GenericCallback<java.lang.Void> completeCb)
Create a new instance of a client auth provider.void
BookieAuthProvider. process(AuthToken m, AuthCallbacks.GenericCallback<AuthToken> cb)
Process a request from the client.void
ClientAuthProvider. 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.GenericCallback Modifier and Type Class Description (package private) class
AuthHandler.ClientSideHandler.AuthHandshakeCompleteCallback
(package private) class
AuthHandler.ClientSideHandler.AuthRequestCallback
(package private) class
AuthHandler.ServerSideHandler.AuthHandshakeCompleteCallback
(package private) static class
AuthHandler.ServerSideHandler.AuthResponseCallback
(package private) static class
AuthHandler.ServerSideHandler.AuthResponseCallbackLegacy
-
Uses of AuthCallbacks.GenericCallback in org.apache.bookkeeper.sasl
Methods in org.apache.bookkeeper.sasl with parameters of type AuthCallbacks.GenericCallback Modifier and Type Method Description void
SASLClientAuthProvider. init(AuthCallbacks.GenericCallback<AuthToken> cb)
BookieAuthProvider
SASLBookieAuthProviderFactory. newProvider(BookieConnectionPeer addr, AuthCallbacks.GenericCallback<java.lang.Void> completeCb)
ClientAuthProvider
SASLClientProviderFactory. newProvider(ClientConnectionPeer addr, AuthCallbacks.GenericCallback<java.lang.Void> completeCb)
void
SASLBookieAuthProvider. process(AuthToken m, AuthCallbacks.GenericCallback<AuthToken> cb)
void
SASLClientAuthProvider. process(AuthToken m, AuthCallbacks.GenericCallback<AuthToken> cb)
Constructors in org.apache.bookkeeper.sasl with parameters of type AuthCallbacks.GenericCallback Constructor Description SASLBookieAuthProvider(BookieConnectionPeer addr, AuthCallbacks.GenericCallback<java.lang.Void> completeCb, ServerConfiguration serverConfiguration, javax.security.auth.Subject subject, java.util.regex.Pattern allowedIdsPattern)
SASLClientAuthProvider(ClientConnectionPeer addr, AuthCallbacks.GenericCallback<java.lang.Void> completeCb, javax.security.auth.Subject subject)
-
Uses of AuthCallbacks.GenericCallback in org.apache.bookkeeper.tls
Methods in org.apache.bookkeeper.tls with parameters of type AuthCallbacks.GenericCallback Modifier and Type Method Description BookieAuthProvider
BookieAuthZFactory. newProvider(BookieConnectionPeer addr, AuthCallbacks.GenericCallback<java.lang.Void> completeCb)
-