Package org.apache.storm.messaging.netty
Class SaslStormServerAuthorizeHandler
java.lang.Object
org.apache.storm.shade.io.netty.channel.ChannelHandlerAdapter
org.apache.storm.shade.io.netty.channel.ChannelInboundHandlerAdapter
org.apache.storm.messaging.netty.SaslStormServerAuthorizeHandler
- All Implemented Interfaces:
- org.apache.storm.shade.io.netty.channel.ChannelHandler,- org.apache.storm.shade.io.netty.channel.ChannelInboundHandler
public class SaslStormServerAuthorizeHandler
extends org.apache.storm.shade.io.netty.channel.ChannelInboundHandlerAdapter
Authorize or deny client requests based on existence and completeness of client's SASL authentication.
- 
Nested Class SummaryNested classes/interfaces inherited from interface org.apache.storm.shade.io.netty.channel.ChannelHandlerorg.apache.storm.shade.io.netty.channel.ChannelHandler.Sharable
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidchannelRead(org.apache.storm.shade.io.netty.channel.ChannelHandlerContext ctx, Object msg) Methods inherited from class org.apache.storm.shade.io.netty.channel.ChannelInboundHandlerAdapterchannelActive, channelInactive, channelReadComplete, channelRegistered, channelUnregistered, channelWritabilityChanged, exceptionCaught, userEventTriggeredMethods inherited from class org.apache.storm.shade.io.netty.channel.ChannelHandlerAdapterensureNotSharable, handlerAdded, handlerRemoved, isSharableMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.storm.shade.io.netty.channel.ChannelHandlerhandlerAdded, handlerRemoved
- 
Constructor Details- 
SaslStormServerAuthorizeHandlerpublic SaslStormServerAuthorizeHandler()Constructor.
 
- 
- 
Method Details- 
channelReadpublic void channelRead(org.apache.storm.shade.io.netty.channel.ChannelHandlerContext ctx, Object msg) throws Exception - Specified by:
- channelReadin interface- org.apache.storm.shade.io.netty.channel.ChannelInboundHandler
- Overrides:
- channelReadin class- org.apache.storm.shade.io.netty.channel.ChannelInboundHandlerAdapter
- Throws:
- Exception
 
 
-