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.
Constructor and Description |
---|
SaslStormServerAuthorizeHandler()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
channelRead(org.apache.storm.shade.io.netty.channel.ChannelHandlerContext ctx,
Object msg) |
channelActive, channelInactive, channelReadComplete, channelRegistered, channelUnregistered, channelWritabilityChanged, exceptionCaught, userEventTriggered
ensureNotSharable, handlerAdded, handlerRemoved, isSharable
public SaslStormServerAuthorizeHandler()
Constructor.
public 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.ChannelInboundHandler
channelRead
in class org.apache.storm.shade.io.netty.channel.ChannelInboundHandlerAdapter
Exception
Copyright © 2022 The Apache Software Foundation. All rights reserved.