public class HttpHMACAuthenticationHandler
extends org.apache.tinkerpop.gremlin.server.handler.AbstractAuthenticationHandler
| Modifier and Type | Field and Description |
|---|---|
static String |
PROPERTY_GENERATE_TOKEN |
static String |
PROPERTY_TOKEN |
| Constructor and Description |
|---|
HttpHMACAuthenticationHandler(org.apache.tinkerpop.gremlin.server.auth.Authenticator authenticator) |
| Modifier and Type | Method and Description |
|---|---|
void |
channelRead(io.netty.channel.ChannelHandlerContext ctx,
Object msg) |
channelActive, channelInactive, channelReadComplete, channelRegistered, channelUnregistered, channelWritabilityChanged, exceptionCaught, userEventTriggeredensureNotSharable, handlerAdded, handlerRemoved, isSharablepublic static final String PROPERTY_TOKEN
public static final String PROPERTY_GENERATE_TOKEN
public HttpHMACAuthenticationHandler(org.apache.tinkerpop.gremlin.server.auth.Authenticator authenticator)
public void channelRead(io.netty.channel.ChannelHandlerContext ctx,
Object msg)
channelRead in interface io.netty.channel.ChannelInboundHandlerchannelRead in class io.netty.channel.ChannelInboundHandlerAdapterCopyright © 2012–2024. All rights reserved.