Package org.apache.ignite.client
Class BasicAuthenticator
java.lang.Object
org.apache.ignite.client.BasicAuthenticator
- All Implemented Interfaces:
IgniteClientAuthenticator
Basic authenticator with username and password.
Credentials are sent to the server in plain text, unless SSL/TLS is enabled - see IgniteClientConfiguration.ssl()
.
-
Nested Class Summary
Nested Classes -
Method Summary
-
Method Details
-
builder
Creates a new builder.- Returns:
- Builder.
-
type
Description copied from interface:IgniteClientAuthenticator
Authenticator type.- Specified by:
type
in interfaceIgniteClientAuthenticator
- Returns:
- Authenticator type.
-
identity
Description copied from interface:IgniteClientAuthenticator
Identity.- Specified by:
identity
in interfaceIgniteClientAuthenticator
- Returns:
- Identity.
-
secret
Description copied from interface:IgniteClientAuthenticator
Secret.- Specified by:
secret
in interfaceIgniteClientAuthenticator
- Returns:
- Secret.
-