Interface ScramClient.UsernameBuildStage

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

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

      • username

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