Class DefaultUserDao

    • Constructor Detail

      • DefaultUserDao

        public DefaultUserDao()
    • Method Detail

      • findUserByUID

        public UserModel findUserByUID​(java.lang.String uid)
        Description copied from interface: UserDao
        Returns for the given uid the UserModel.
        Specified by:
        findUserByUID in interface UserDao
        Parameters:
        uid - the unique identifier of the user
        Returns:
        null if for the given uid no UserModel was found.