Interface UserBaseInformationProvider


  • public interface UserBaseInformationProvider
    An interface that can be used to provide base information for a given user.
    Author:
    Filip Hrisafov
    • Method Detail

      • getUserBaseInformation

        UserBaseInformationResponse getUserBaseInformation​(String userId)
        Get the base information for the user with id userId. If no base information exists return null. Never throw an exception
        Parameters:
        userId - the id of the user for which the base information needs to be provided
        Returns:
        the base information for the user or null