@ChannelHandler.Sharable public class SaslAuthenticationHandler extends AbstractAuthenticationHandler
Authenticator
to be plugged into it. This handler is meant
to be used with protocols that process a RequestMessage
such as the WebSocketChannelizer
Modifier and Type | Field and Description |
---|---|
protected Settings |
settings |
authenticator, authorizer
Constructor and Description |
---|
SaslAuthenticationHandler(Authenticator authenticator,
Authorizer authorizer,
Settings settings) |
SaslAuthenticationHandler(Authenticator authenticator,
Settings settings)
Deprecated.
As of release 3.5.0, replaced by
SaslAuthenticationHandler(Authenticator, Authorizer, Settings) . |
Modifier and Type | Method and Description |
---|---|
void |
channelRead(io.netty.channel.ChannelHandlerContext ctx,
Object msg) |
channelActive, channelInactive, channelReadComplete, channelRegistered, channelUnregistered, channelWritabilityChanged, exceptionCaught, userEventTriggered
ensureNotSharable, handlerAdded, handlerRemoved, isSharable
protected final Settings settings
@Deprecated public SaslAuthenticationHandler(Authenticator authenticator, Settings settings)
SaslAuthenticationHandler(Authenticator, Authorizer, Settings)
.public SaslAuthenticationHandler(Authenticator authenticator, Authorizer authorizer, Settings settings)
Copyright © 2013–2022 Apache Software Foundation. All rights reserved.