@ChannelHandler.Sharable public class SaslAndHttpBasicAuthenticationHandler extends SaslAuthenticationHandler
settings
authenticator, authorizer
Constructor and Description |
---|
SaslAndHttpBasicAuthenticationHandler(Authenticator authenticator,
Authorizer authorizer,
Settings settings) |
SaslAndHttpBasicAuthenticationHandler(Authenticator authenticator,
Settings settings)
Deprecated.
As of release 3.5.0, replaced by
SaslAndHttpBasicAuthenticationHandler(Authenticator, Authorizer, Settings) . |
Modifier and Type | Method and Description |
---|---|
void |
channelRead(io.netty.channel.ChannelHandlerContext ctx,
Object obj) |
channelActive, channelInactive, channelReadComplete, channelRegistered, channelUnregistered, channelWritabilityChanged, exceptionCaught, userEventTriggered
ensureNotSharable, handlerAdded, handlerRemoved, isSharable
@Deprecated public SaslAndHttpBasicAuthenticationHandler(Authenticator authenticator, Settings settings)
SaslAndHttpBasicAuthenticationHandler(Authenticator, Authorizer, Settings)
.public SaslAndHttpBasicAuthenticationHandler(Authenticator authenticator, Authorizer authorizer, Settings settings)
public void channelRead(io.netty.channel.ChannelHandlerContext ctx, Object obj) throws Exception
channelRead
in interface io.netty.channel.ChannelInboundHandler
channelRead
in class SaslAuthenticationHandler
Exception
Copyright © 2013–2022 Apache Software Foundation. All rights reserved.