Package org.apache.bookkeeper.auth
Interface AuthCallbacks.GenericCallback<T>
-
- All Known Implementing Classes:
AuthHandler.ClientSideHandler.AuthHandshakeCompleteCallback
,AuthHandler.ClientSideHandler.AuthRequestCallback
,AuthHandler.ServerSideHandler.AuthHandshakeCompleteCallback
,AuthHandler.ServerSideHandler.AuthResponseCallback
,AuthHandler.ServerSideHandler.AuthResponseCallbackLegacy
- Enclosing class:
- AuthCallbacks
public static interface AuthCallbacks.GenericCallback<T>
Generic callback used in authentication providers.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
operationComplete(int rc, T result)
-
-
-
Method Detail
-
operationComplete
void operationComplete(int rc, T result)
-
-