@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
or the NioChannelizer| Modifier and Type | Field and Description |
|---|---|
protected Settings.AuthenticationSettings |
authenticationSettings |
authenticator| Constructor and Description |
|---|
SaslAuthenticationHandler(Authenticator authenticator,
Settings.AuthenticationSettings authenticationSettings) |
| 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, isSharableprotected final Settings.AuthenticationSettings authenticationSettings
public SaslAuthenticationHandler(Authenticator authenticator, Settings.AuthenticationSettings authenticationSettings)
Copyright © 2013–2019 Apache Software Foundation. All rights reserved.