Interface IRVAuthenticationProvider


public interface IRVAuthenticationProvider
The interface that must be implemented and provided to the Reveal server. It returns credentials to be used when getting data from a given data source.
  • Method Details

    • resolveCredentials

      IRVDataSourceCredential resolveCredentials(IRVUserContext userContext, RVDashboardDataSource dataSource)
      Returns the credentials to use for this data source, null means there are no credentials associated and the data loading process will fail.
      Parameters:
      userContext - The user details credentials are being returned for
      dataSource - The data source to return credentials for
      Returns:
      The credentials to use for this data source