public class KerberosSaslServerHandler
extends org.apache.storm.shade.io.netty.channel.ChannelInboundHandlerAdapter
| Constructor and Description | 
|---|
KerberosSaslServerHandler(ISaslServer server,
                         Map<String,Object> topoConf,
                         String jaasSection,
                         List<String> authorizedUsers)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
channelRead(org.apache.storm.shade.io.netty.channel.ChannelHandlerContext ctx,
           Object msg)  | 
void | 
exceptionCaught(org.apache.storm.shade.io.netty.channel.ChannelHandlerContext ctx,
               Throwable cause)  | 
channelActive, channelInactive, channelReadComplete, channelRegistered, channelUnregistered, channelWritabilityChanged, userEventTriggeredensureNotSharable, handlerAdded, handlerRemoved, isSharablepublic KerberosSaslServerHandler(ISaslServer server, Map<String,Object> topoConf, String jaasSection, List<String> authorizedUsers) throws IOException
IOExceptionpublic void channelRead(org.apache.storm.shade.io.netty.channel.ChannelHandlerContext ctx,
                        Object msg)
                 throws Exception
channelRead in interface org.apache.storm.shade.io.netty.channel.ChannelInboundHandlerchannelRead in class org.apache.storm.shade.io.netty.channel.ChannelInboundHandlerAdapterExceptionpublic void exceptionCaught(org.apache.storm.shade.io.netty.channel.ChannelHandlerContext ctx,
                            Throwable cause)
exceptionCaught in interface org.apache.storm.shade.io.netty.channel.ChannelHandlerexceptionCaught in interface org.apache.storm.shade.io.netty.channel.ChannelInboundHandlerexceptionCaught in class org.apache.storm.shade.io.netty.channel.ChannelInboundHandlerAdapterCopyright © 2022 The Apache Software Foundation. All rights reserved.