Class RVODataDataSource


  • public class RVODataDataSource
    extends RVDashboardDataSource
    OData data source, configures the URL to get data from.
    • Constructor Detail

      • RVODataDataSource

        public RVODataDataSource()
    • Method Detail

      • setUrl

        public String setUrl​(String value)
        URL to the OData endpoint, is expected to be a URL with HTTP or HTTPS scheme.
        Parameters:
        value -
        Returns:
      • getUrl

        public String getUrl()
        URL to the OData endpoint, is expected to be a URL with HTTP or HTTPS scheme.
        Returns:
      • setUseAnonymousAuthentication

        public boolean setUseAnonymousAuthentication​(boolean value)
        Boolean flag indicating if anonymous authentication should be used for this data source or credentials must be requested to the containing application.
        Parameters:
        value -
        Returns:
      • getUseAnonymousAuthentication

        public boolean getUseAnonymousAuthentication()
        Boolean flag indicating if anonymous authentication should be used for this data source or credentials must be requested to the containing application.
        Returns:
      • setUsePreemptiveAuthentication

        public boolean setUsePreemptiveAuthentication​(boolean value)
        Boolean flag indicating if preemptive authentication should be used for this data source to the containing application.
        Parameters:
        value -
        Returns:
      • getUsePreemptiveAuthentication

        public boolean getUsePreemptiveAuthentication()
        Boolean flag indicating if preemptive authentication should be used for this data source to the containing application.
        Returns: