Toggle navigation
Home
java.util.Map<java.lang.String, java.lang.String> to org.keycloak.models.UserModel
No. of Instances - 1
No. of Commits - 1
No. of Projects - {'keycloak'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Jdk -> Internal
Mapping:
Add or Remove Method invocation
UserSessionNoteMapper
to
UserSessionMapper.create(realm.getId()).user(user.getId())
UserSessionNoteMapper
to
UserSessionMapper.create(realm.getId())
UserSessionNoteMapper.create(realm.getId()).notes(notes)
to
UserSessionMapper
UserSessionNoteMapper.create(realm.getId())
to
UserSessionMapper
Rename Variable
notes
to
user