Class SaslAuthenticationHandler
- java.lang.Object
- 
- io.netty.channel.ChannelHandlerAdapter
- 
- io.netty.channel.ChannelInboundHandlerAdapter
- 
- org.apache.tinkerpop.gremlin.server.handler.AbstractAuthenticationHandler
- 
- org.apache.tinkerpop.gremlin.server.handler.SaslAuthenticationHandler
 
 
 
 
- 
- All Implemented Interfaces:
- io.netty.channel.ChannelHandler,- io.netty.channel.ChannelInboundHandler
 - Direct Known Subclasses:
- SaslAndHttpBasicAuthenticationHandler
 
 @Sharable public class SaslAuthenticationHandler extends AbstractAuthenticationHandler A SASL authentication handler that allows theAuthenticatorto be plugged into it. This handler is meant to be used with protocols that process aRequestMessagesuch as theWebSocketChannelizer- Author:
- Stephen Mallette (http://stephen.genoprime.com)
 
- 
- 
Field SummaryFields Modifier and Type Field Description static DurationMAX_REQUEST_DEFERRABLE_DURATIONprotected Settingssettings- 
Fields inherited from class org.apache.tinkerpop.gremlin.server.handler.AbstractAuthenticationHandlerauthenticator, authorizer
 
- 
 - 
Constructor SummaryConstructors Constructor Description SaslAuthenticationHandler(Authenticator authenticator, Authorizer authorizer, Settings settings)SaslAuthenticationHandler(Authenticator authenticator, Settings settings)Deprecated.As of release 3.5.0, replaced bySaslAuthenticationHandler(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- 
SaslAuthenticationHandler@Deprecated public SaslAuthenticationHandler(Authenticator authenticator, Settings settings) Deprecated.As of release 3.5.0, replaced bySaslAuthenticationHandler(Authenticator, Authorizer, Settings).
 - 
SaslAuthenticationHandlerpublic SaslAuthenticationHandler(Authenticator authenticator, Authorizer authorizer, Settings settings) 
 
- 
 
-