Package org.infinispan.server.security
Class RespClientCertAuthenticator
java.lang.Object
org.infinispan.server.security.RespClientCertAuthenticator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclientCertAuth(io.netty.channel.Channel channel) voidinit(ServerConfiguration configuration, ScheduledExecutorService timeoutExecutor)
-
Constructor Details
-
RespClientCertAuthenticator
-
-
Method Details
-
clientCertAuth
public CompletionStage<Subject> clientCertAuth(io.netty.channel.Channel channel) throws SaslException - Throws:
SaslException
-
init
-