Configuration

public class Configuration

The project configuration describes which users are publishers or data providers for a project.

Fields

dataProviders

private List<String> dataProviders

User names having the role of a data provider for a project. Must contain at least one user name.

publishers

private List<String> publishers

User names having the role of a publisher for a project. Must contain at least one user name.