getPasswordForUser

open override fun getPasswordForUser(examerUser: ExamerUser): String

Used to get the password associated with the examerUser. The ExamerUser.id of the examerUser will be used as the key to get the value of the password.

Throws

if there is no password associated with the user.