Uses of Class
org.apache.bookkeeper.auth.AuthToken
-
Packages that use AuthToken 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 AuthToken in org.apache.bookkeeper.auth
Fields in org.apache.bookkeeper.auth declared as AuthToken Modifier and Type Field Description static AuthTokenAuthToken. NULLMethods in org.apache.bookkeeper.auth that return AuthToken Modifier and Type Method Description static AuthTokenAuthToken. wrap(byte[] data)Methods in org.apache.bookkeeper.auth with parameters of type AuthToken Modifier and Type Method Description 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.Method parameters in org.apache.bookkeeper.auth with type arguments of type AuthToken Modifier and Type Method Description voidClientAuthProvider. 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 AuthToken Modifier and Type Method Description voidAuthHandler.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 AuthToken Modifier and Type Method Description voidSASLBookieAuthProvider. 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 AuthToken Modifier and Type Method Description voidSASLClientAuthProvider. init(AuthCallbacks.GenericCallback<AuthToken> cb)voidSASLBookieAuthProvider. process(AuthToken m, AuthCallbacks.GenericCallback<AuthToken> cb)voidSASLClientAuthProvider. process(AuthToken m, AuthCallbacks.GenericCallback<AuthToken> cb)
-