Class Authentication


  • public class Authentication
    extends BaseRequestProcessor
    Handler that when added will make sure authentication is applied to requests.
    Since:
    9.0
    Author:
    wburns
    • Field Detail

      • HOTROD_SASL_PROTOCOL

        public static final java.lang.String HOTROD_SASL_PROTOCOL
        See Also:
        Constant Field Values
    • Constructor Detail

      • Authentication

        public Authentication​(io.netty.channel.Channel channel,
                              java.util.concurrent.Executor executor,
                              HotRodServer server)
    • Method Detail

      • authMechList

        public void authMechList​(HotRodHeader header)
      • auth

        public void auth​(HotRodHeader header,
                         java.lang.String mech,
                         byte[] response)
      • getSubject

        public javax.security.auth.Subject getSubject​(HotRodOperation operation)