Class RVUserContext

    • Constructor Detail

      • RVUserContext

        public RVUserContext​(String userId)
    • Method Detail

      • getUserId

        public String getUserId()
        Returns the userId for this context
        Specified by:
        getUserId in interface IRVUserContext
        Returns:
        a string that identifies the user.
      • getProperty

        public Object getProperty​(String name)
        Returns the value for the given property or null if no property with that name is found.
        Parameters:
        name - name of the property to return the value for.
        Returns: