Uses of Interface
io.revealbi.core.data.IRVDataSourceCredential
Packages that use IRVDataSourceCredential
-
Uses of IRVDataSourceCredential in io.revealbi.core.data
Classes in io.revealbi.core.data that implement IRVDataSourceCredentialModifier and TypeClassDescriptionclassThe class used to represent authentication for AWS, like required by data sources like Athena or S3.classThe class used to represent Bearer (aka 'Token') authentication.classThe class used to represent authentication using headers (including cookies), supported only by Web Resource and REST API data sources.classUsed to indicate integrated authentication.classUsed for key-pair authentication.classUsed for Microsoft Entra ID authentication.classUsed for OAuth Client Credentials authentication.classUsed for Personal Access Token (PAT) authentication.classThe class used to represent domain/user/password credentials, required to connect to all data bases (MS SQL, MySQL, etc) and some other data sources (REST API for example).Methods in io.revealbi.core.data that return IRVDataSourceCredentialModifier and TypeMethodDescriptionIRVAuthenticationProvider.resolveCredentials(IRVUserContext userContext, RVDashboardDataSource dataSource) Returns the credentials to use for this data source,nullmeans there are no credentials associated and the data loading process will fail. -
Uses of IRVDataSourceCredential in io.revealbi.core.impl.serializers
Methods in io.revealbi.core.impl.serializers with parameters of type IRVDataSourceCredentialModifier and TypeMethodDescriptionCredentialSerializer.serialize(IRVDataSourceCredential credential)