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 Object
implements AuthCallbacks.GenericCallback<AuthToken>
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) io.netty.channel.Channel(package private) io.netty.channel.ChannelHandlerContext(package private) String -
Constructor Summary
ConstructorsConstructorDescriptionAuthRequestCallback(io.netty.channel.ChannelHandlerContext ctx, String pluginName) -
Method Summary
-
Field Details
-
channel
io.netty.channel.Channel channel -
ctx
io.netty.channel.ChannelHandlerContext ctx -
pluginName
String pluginName
-
-
Constructor Details
-
AuthRequestCallback
AuthRequestCallback(io.netty.channel.ChannelHandlerContext ctx, String pluginName)
-
-
Method Details
-
operationComplete
- Specified by:
operationCompletein interfaceAuthCallbacks.GenericCallback<AuthToken>
-