Class AuthOperation

All Implemented Interfaces:
CompletionStage<byte[]>, Future<byte[]>, HotRodOperation<byte[]>, HotRodConstants

public class AuthOperation extends AbstractNoCacheHotRodOperation<byte[]>
Performs a step in the challenge/response authentication operation
Since:
7.0
Author:
Tristan Tarrant
  • Constructor Details

    • AuthOperation

      public AuthOperation(String saslMechanism, byte[] response)
  • Method Details