Package org.apache.bookkeeper.proto
Class AuthHandler.ServerSideHandler.AuthResponseCallback
- java.lang.Object
-
- org.apache.bookkeeper.proto.AuthHandler.ServerSideHandler.AuthResponseCallback
-
- All Implemented Interfaces:
AuthCallbacks.GenericCallback<AuthToken>
- Enclosing class:
- AuthHandler.ServerSideHandler
static class AuthHandler.ServerSideHandler.AuthResponseCallback 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) java.lang.String
pluginName
(package private) BookkeeperProtocol.Request
req
-
Constructor Summary
Constructors Constructor Description AuthResponseCallback(BookkeeperProtocol.Request req, io.netty.channel.Channel channel, java.lang.String pluginName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
operationComplete(int rc, AuthToken newam)
-
-
-
Field Detail
-
req
final BookkeeperProtocol.Request req
-
channel
final io.netty.channel.Channel channel
-
pluginName
final java.lang.String pluginName
-
-
Constructor Detail
-
AuthResponseCallback
AuthResponseCallback(BookkeeperProtocol.Request req, io.netty.channel.Channel channel, java.lang.String pluginName)
-
-
Method Detail
-
operationComplete
public void operationComplete(int rc, AuthToken newam)
- Specified by:
operationComplete
in interfaceAuthCallbacks.GenericCallback<AuthToken>
-
-