Interface IRVUserContext

  • All Known Implementing Classes:
    RVUserContext

    public interface IRVUserContext
    An interface used to identify the user, related to a particular call to the methods of IRVDashboardProvider, IRVAuthenticationProvider, IRVDataProvider and other providers. You can store some user specific data in the Properties like user's permission that you want to use in some of the providers listed above. You can use RVUserContext as a default implementation.