Package org.apache.bookkeeper.proto
Class AuthHandler.ClientSideHandler.AuthRequestCallback
- java.lang.Object
-
- org.apache.bookkeeper.proto.AuthHandler.ClientSideHandler.AuthRequestCallback
-
- All Implemented Interfaces:
AuthCallbacks.GenericCallback<AuthToken>
- Enclosing class:
- AuthHandler.ClientSideHandler
class AuthHandler.ClientSideHandler.AuthRequestCallback extends java.lang.Object implements AuthCallbacks.GenericCallback<AuthToken>
-
-
Field Summary
Fields Modifier and Type Field Description (package private) io.netty.channel.Channel
channel
(package private) io.netty.channel.ChannelHandlerContext
ctx
(package private) java.lang.String
pluginName
-
Constructor Summary
Constructors Constructor Description AuthRequestCallback(io.netty.channel.ChannelHandlerContext ctx, java.lang.String pluginName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
operationComplete(int rc, AuthToken newam)
-
-
-
Method Detail
-
operationComplete
public void operationComplete(int rc, AuthToken newam)
- Specified by:
operationComplete
in interfaceAuthCallbacks.GenericCallback<AuthToken>
-
-