Package io.revealbi.core.data
Class RVNativeAnalysisServicesDataSource
java.lang.Object
io.revealbi.core.data.RVDashboardDataSource
io.revealbi.core.data.RVAnalysisServicesDataSource
io.revealbi.core.data.RVNativeAnalysisServicesDataSource
Microsoft Analysis Services (MS SSAS) TCP connection data source.
-
Field Summary
Fields inherited from class io.revealbi.core.data.RVAnalysisServicesDataSource
PROVIDER_KEY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionOptional user name to impersonate, in 'DOMAIN/username' format.getHost()Hostname or IP address of the serverintgetPort()TCP port where the server is accepting connections, 2383 is the default port for SSAS.voidsetEffectiveUserName(String effectiveUserName) Optional user name to impersonate, in 'DOMAIN/username' format.Hostname or IP address of the serverintsetPort(int value) TCP port where the server is accepting connections, 2383 is the default port for SSAS.Methods inherited from class io.revealbi.core.data.RVAnalysisServicesDataSource
getCatalog, getProviderKey, setCatalogMethods inherited from class io.revealbi.core.data.RVDashboardDataSource
getDefaultRefreshRate, getId, getSubtitle, getTitle, setDefaultRefreshRate, setId, setSubtitle, setTitle
-
Constructor Details
-
RVNativeAnalysisServicesDataSource
public RVNativeAnalysisServicesDataSource()
-
-
Method Details
-
setHost
Hostname or IP address of the server- Parameters:
value-- Returns:
-
getHost
Hostname or IP address of the server- Returns:
-
setPort
public int setPort(int value) TCP port where the server is accepting connections, 2383 is the default port for SSAS.- Parameters:
value-- Returns:
-
getPort
public int getPort()TCP port where the server is accepting connections, 2383 is the default port for SSAS.- Returns:
-
getEffectiveUserName
Optional user name to impersonate, in 'DOMAIN/username' format. The caller must have administrative permissions in Analysis Services. Using this property is a way to achieve Single Sign On with on-prem SSAS.- Returns:
-
setEffectiveUserName
Optional user name to impersonate, in 'DOMAIN/username' format. The caller must have administrative permissions in Analysis Services. Using this property is a way to achieve Single Sign On with on-prem SSAS.- Parameters:
effectiveUserName-
-