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 voidClientAuthProvider. init(AuthCallbacks.GenericCallback<AuthToken> cb)Initiate the authentication.BookieAuthProviderBookieAuthProvider.Factory. newProvider(BookieConnectionPeer connection, AuthCallbacks.GenericCallback<java.lang.Void> completeCb)Create a new instance of a bookie auth provider.ClientAuthProviderClientAuthProvider.Factory. newProvider(ClientConnectionPeer connection, AuthCallbacks.GenericCallback<java.lang.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.GenericCallback Modifier and Type Class Description (package private) classAuthHandler.ClientSideHandler.AuthHandshakeCompleteCallback(package private) classAuthHandler.ClientSideHandler.AuthRequestCallback(package private) classAuthHandler.ServerSideHandler.AuthHandshakeCompleteCallback(package private) static classAuthHandler.ServerSideHandler.AuthResponseCallback(package private) static classAuthHandler.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 voidSASLClientAuthProvider. init(AuthCallbacks.GenericCallback<AuthToken> cb)BookieAuthProviderSASLBookieAuthProviderFactory. newProvider(BookieConnectionPeer addr, AuthCallbacks.GenericCallback<java.lang.Void> completeCb)ClientAuthProviderSASLClientProviderFactory. newProvider(ClientConnectionPeer addr, AuthCallbacks.GenericCallback<java.lang.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.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 BookieAuthProviderBookieAuthZFactory. newProvider(BookieConnectionPeer addr, AuthCallbacks.GenericCallback<java.lang.Void> completeCb)
-