Uses of Class
org.apache.bookkeeper.auth.AuthToken
Packages that use AuthToken
Package
Description
Classes used to handle authentication in bookies and clients.
Classes related to the Bookkeeper protocol.
SASL and JAAS Authentication classes.
-
Uses of AuthToken in org.apache.bookkeeper.auth
Fields in org.apache.bookkeeper.auth declared as AuthTokenMethods in org.apache.bookkeeper.auth that return AuthTokenMethods in org.apache.bookkeeper.auth with parameters of type AuthTokenModifier and TypeMethodDescriptionvoidBookieAuthProvider.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.Method parameters in org.apache.bookkeeper.auth with type arguments of type AuthTokenModifier and TypeMethodDescriptionvoidClientAuthProvider.init(AuthCallbacks.GenericCallback<AuthToken> cb) Initiate the authentication.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 AuthToken in org.apache.bookkeeper.proto
Methods in org.apache.bookkeeper.proto with parameters of type AuthTokenModifier and TypeMethodDescriptionvoidAuthHandler.ClientSideHandler.AuthRequestCallback.operationComplete(int rc, AuthToken newam) voidAuthHandler.ServerSideHandler.AuthResponseCallback.operationComplete(int rc, AuthToken newam) voidAuthHandler.ServerSideHandler.AuthResponseCallbackLegacy.operationComplete(int rc, AuthToken newam) -
Uses of AuthToken in org.apache.bookkeeper.sasl
Methods in org.apache.bookkeeper.sasl with parameters of type AuthTokenModifier and TypeMethodDescriptionvoidSASLBookieAuthProvider.process(AuthToken m, AuthCallbacks.GenericCallback<AuthToken> cb) voidSASLClientAuthProvider.process(AuthToken m, AuthCallbacks.GenericCallback<AuthToken> cb) Method parameters in org.apache.bookkeeper.sasl with type arguments of type AuthTokenModifier and TypeMethodDescriptionvoidSASLClientAuthProvider.init(AuthCallbacks.GenericCallback<AuthToken> cb) voidSASLBookieAuthProvider.process(AuthToken m, AuthCallbacks.GenericCallback<AuthToken> cb) voidSASLClientAuthProvider.process(AuthToken m, AuthCallbacks.GenericCallback<AuthToken> cb)