Class Authentication

java.lang.Object
org.infinispan.server.hotrod.BaseRequestProcessor
org.infinispan.server.hotrod.Authentication

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

  • Constructor Details

    • Authentication

      public Authentication(io.netty.channel.Channel channel, Executor executor, HotRodServer server)
  • Method Details