Class RouterStoreAclHandler

java.lang.Object
io.netty.channel.ChannelHandlerAdapter
io.netty.channel.ChannelInboundHandlerAdapter
io.netty.channel.SimpleChannelInboundHandler<io.netty.handler.codec.http.HttpRequest>
com.linkedin.venice.acl.handler.AbstractStoreAclHandler<RouterResourceType>
com.linkedin.venice.router.acl.RouterStoreAclHandler
All Implemented Interfaces:
io.netty.channel.ChannelHandler, io.netty.channel.ChannelInboundHandler

@Sharable public class RouterStoreAclHandler extends AbstractStoreAclHandler<RouterResourceType>
Store-level access control handler, which is being used by both Router and Server.