Class IgniteClientAuthenticatorParams

java.lang.Object
org.apache.ignite.migrationtools.cli.persistence.params.IgniteClientAuthenticatorParams

public class IgniteClientAuthenticatorParams extends Object
IgniteClient Authenticator parameters.
  • Constructor Details

    • IgniteClientAuthenticatorParams

      public IgniteClientAuthenticatorParams()
  • Method Details

    • authenticator

      @Nullable public @Nullable org.apache.ignite3.client.BasicAuthenticator authenticator()
      Retrieves the authenticator instance for these parameters.
      Returns:
      The Basic Authenticator instance.