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 AuthToken
AuthToken. NULL
Methods in org.apache.bookkeeper.auth that return AuthToken Modifier and Type Method Description static AuthToken
AuthToken. wrap(byte[] data)
Methods in org.apache.bookkeeper.auth with parameters of type AuthToken Modifier and Type Method Description 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.Method parameters in org.apache.bookkeeper.auth with type arguments of type AuthToken Modifier and Type Method Description void
ClientAuthProvider. init(AuthCallbacks.GenericCallback<AuthToken> cb)
Initiate the authentication.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 AuthToken in org.apache.bookkeeper.proto
Methods in org.apache.bookkeeper.proto with parameters of type AuthToken Modifier and Type Method Description void
AuthHandler.ClientSideHandler.AuthRequestCallback. operationComplete(int rc, AuthToken newam)
void
AuthHandler.ServerSideHandler.AuthResponseCallback. operationComplete(int rc, AuthToken newam)
void
AuthHandler.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 void
SASLBookieAuthProvider. process(AuthToken m, AuthCallbacks.GenericCallback<AuthToken> cb)
void
SASLClientAuthProvider. 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 void
SASLClientAuthProvider. init(AuthCallbacks.GenericCallback<AuthToken> cb)
void
SASLBookieAuthProvider. process(AuthToken m, AuthCallbacks.GenericCallback<AuthToken> cb)
void
SASLClientAuthProvider. process(AuthToken m, AuthCallbacks.GenericCallback<AuthToken> cb)
-