Class BasicAuthenticator

java.lang.Object
org.apache.ignite.client.BasicAuthenticator
All Implemented Interfaces:
IgniteClientAuthenticator

public class BasicAuthenticator extends Object implements IgniteClientAuthenticator
Basic authenticator with username and password.

Credentials are sent to the server in plain text, unless SSL/TLS is enabled - see IgniteClientConfiguration.ssl().