Uses of Class
org.infinispan.rest.NettyRestRequest
-
Packages that use NettyRestRequest Package Description org.infinispan.rest.authentication Authentication API for REST. -
-
Uses of NettyRestRequest in org.infinispan.rest.authentication
Methods in org.infinispan.rest.authentication with parameters of type NettyRestRequest Modifier and Type Method Description voidAuthenticator. challenge(NettyRestRequest request, io.netty.channel.ChannelHandlerContext ctx)Challenges specificNettyRestRequestfor authentication.
-