Table of Contents

Class BasicAuthenticator

Namespace
Apache.Ignite
Assembly
Apache.Ignite.dll

Basic authenticator with username and password.

Credentials are sent to the server in plain text, unless SSL/TLS is enabled - see SslStreamFactory.
public sealed class BasicAuthenticator : IAuthenticator
Inheritance
BasicAuthenticator
Implements
Inherited Members

Properties

Identity

Gets the identity.

public object Identity { get; }

Property Value

object

Password

Gets or sets the password.

public string Password { get; set; }

Property Value

string

Secret

Gets the secret.

public object Secret { get; }

Property Value

object

Type

Gets the authenticator type.

public string Type { get; }

Property Value

string

Username

Gets or sets the username.

public string Username { get; set; }

Property Value

string

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.