Package org.infinispan.server.hotrod
Class Authentication
java.lang.Object
org.infinispan.server.hotrod.BaseRequestProcessor
org.infinispan.server.hotrod.Authentication
Handler that when added will make sure authentication is applied to requests.
- Since:
- 9.0
- Author:
- wburns
-
Field Summary
Fields inherited from class org.infinispan.server.hotrod.BaseRequestProcessor
channel, executor, server
-
Constructor Summary
ConstructorDescriptionAuthentication
(io.netty.channel.Channel channel, Executor executor, HotRodServer server) -
Method Summary
Modifier and TypeMethodDescriptionvoid
auth
(HotRodHeader header, String mech, byte[] response) void
authMechList
(HotRodHeader header) getSubject
(HotRodOperation operation) Methods inherited from class org.infinispan.server.hotrod.BaseRequestProcessor
writeResponse
-
Field Details
-
HOTROD_SASL_PROTOCOL
- See Also:
-
-
Constructor Details
-
Authentication
-
-
Method Details
-
authMechList
-
auth
-
getSubject
-