Class HttpBasicAuthenticationHandler
- java.lang.Object
- 
- io.netty.channel.ChannelHandlerAdapter
- 
- io.netty.channel.ChannelInboundHandlerAdapter
- 
- org.apache.tinkerpop.gremlin.server.handler.AbstractAuthenticationHandler
- 
- org.apache.tinkerpop.gremlin.server.handler.HttpBasicAuthenticationHandler
 
 
 
 
- 
- All Implemented Interfaces:
- io.netty.channel.ChannelHandler,- io.netty.channel.ChannelInboundHandler
 
 public class HttpBasicAuthenticationHandler extends AbstractAuthenticationHandler Implements basic HTTP authentication for use with theHttpGremlinEndpointHandlerand HTTP based API calls.- Author:
- Stephen Mallette (http://stephen.genoprime.com)
 
- 
- 
Field Summary- 
Fields inherited from class org.apache.tinkerpop.gremlin.server.handler.AbstractAuthenticationHandlerauthenticator, authorizer
 
- 
 - 
Constructor SummaryConstructors Constructor Description HttpBasicAuthenticationHandler(Authenticator authenticator, Authorizer authorizer, Settings settings)HttpBasicAuthenticationHandler(Authenticator authenticator, Settings settings)Deprecated.As of release 3.5.0, replaced byHttpBasicAuthenticationHandler(Authenticator, Authorizer, Settings).
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidchannelRead(io.netty.channel.ChannelHandlerContext ctx, Object msg)- 
Methods inherited from class io.netty.channel.ChannelInboundHandlerAdapterchannelActive, channelInactive, channelReadComplete, channelRegistered, channelUnregistered, channelWritabilityChanged, exceptionCaught, userEventTriggered
 - 
Methods inherited from class io.netty.channel.ChannelHandlerAdapterensureNotSharable, handlerAdded, handlerRemoved, isSharable
 
- 
 
- 
- 
- 
Constructor Detail- 
HttpBasicAuthenticationHandler@Deprecated public HttpBasicAuthenticationHandler(Authenticator authenticator, Settings settings) Deprecated.As of release 3.5.0, replaced byHttpBasicAuthenticationHandler(Authenticator, Authorizer, Settings).
 - 
HttpBasicAuthenticationHandlerpublic HttpBasicAuthenticationHandler(Authenticator authenticator, Authorizer authorizer, Settings settings) 
 
- 
 - 
Method Detail- 
channelReadpublic void channelRead(io.netty.channel.ChannelHandlerContext ctx, Object msg)- Specified by:
- channelReadin interface- io.netty.channel.ChannelInboundHandler
- Overrides:
- channelReadin class- io.netty.channel.ChannelInboundHandlerAdapter
 
 
- 
 
-