Interface IgniteClientAuthenticator

All Known Implementing Classes:
BasicAuthenticator

public interface IgniteClientAuthenticator
Ignite client authenticator. Provides authentication information during server handshake.
  • Method Summary

    Modifier and Type
    Method
    Description
    Identity.
    Secret.
    Authenticator type.
  • Method Details

    • type

      String type()
      Authenticator type.
      Returns:
      Authenticator type.
    • identity

      Object identity()
      Identity.
      Returns:
      Identity.
    • secret

      Object secret()
      Secret.
      Returns:
      Secret.