- All Implemented Interfaces:
- io.netty.channel.ChannelHandler, io.netty.channel.ChannelInboundHandler
public class PlainTextSaslNettyServer
extends io.netty.channel.SimpleChannelInboundHandler<io.netty.buffer.ByteBuf>
Created by sneginhal on 01/31/2017.
This is the server side of SASL Plain Text authentication.
This SimpleChannelInboundHandler is inserted in the CorfuServer's Netty
pipeline. Once TLS is negotiated and we have a secure channel, this handler
expects the username/password from the remote end as per:
https://tools.ietf.org/html/rfc4616