Get user password in getUserByUsername method of User Storage SPI

Hi.
I’m trying to implement an integration of Keycloak with the external users storage.
The problem is that when I retrieve a user I need his password.

public UserModel getUserByUsername(String username, RealmModel realm) {
....
}

Is there any way to get it in getUserByUsername method?