Uses of Interface
io.revealbi.core.IRVSystemUserContextProvider
Packages that use IRVSystemUserContextProvider
Package
Description
Main Reveal API Package containing the interfaces to be implemented in order to control how Reveal BI works.
-
Uses of IRVSystemUserContextProvider in io.revealbi.core
Methods in io.revealbi.core with parameters of type IRVSystemUserContextProviderModifier and TypeMethodDescriptionRevealServerBuilder.setSystemUserContextProvider(IRVSystemUserContextProvider systemUserContextProvider) Sets a provider for system-level engine callbacks that are not associated with a normal client request. -
Uses of IRVSystemUserContextProvider in io.revealbi.core.impl
Constructors in io.revealbi.core.impl with parameters of type IRVSystemUserContextProviderModifierConstructorDescriptionRevealServer(RevealSettings settings, IRVAuthenticationProvider authenticationProvider, IRVDashboardProvider dashboardProvider, IRVDataSourceProvider dataSourceProvider, IRVDataProvider dataProvider, IRVObjectFilter objectFilter, IRVDataModelProvider dataModelProvider, IRVSystemUserContextProvider systemUserContextProvider)