Interface UserDao

    • Method Detail

      • findUserByUID

        UserModel findUserByUID​(java.lang.String uid)
        Returns for the given uid the UserModel.
        Parameters:
        uid - the unique identifier of the user
        Returns:
        null if for the given uid no UserModel was found.
        Throws:
        AmbiguousIdentifierException - if more as one User was found for the given uid