Interface ScramClient.UsernameBuildStage

All Known Implementing Classes:
ScramClient.Builder
Enclosing class:
ScramClient

public static interface ScramClient.UsernameBuildStage
Builder stage for the required username.
  • Method Details

    • username

      ScramClient.PasswordBuildStage username(@NotNull @NotNull String username)
      Sets the username.
      Parameters:
      username - the required username
      Returns:
      this builder for use in a chained invocation