Class IgniteClientAuthenticatorParams
java.lang.Object
org.apache.ignite.migrationtools.cli.persistence.params.IgniteClientAuthenticatorParams
IgniteClient Authenticator parameters.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@Nullable org.apache.ignite3.client.BasicAuthenticatorRetrieves the authenticator instance for these 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.
-