Toggle navigation
Home
org.keycloak.models.GrantedConsentModel to org.keycloak.models.UserConsentModel
No. of Instances - 40
No. of Commits - 1
No. of Projects - {'keycloak'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
Add or Remove Method invocation
protocolMapper.getId()
to
protocolMapper
grantedConsent.getGrantedRoles().contains(r.getId())
to
grantedConsent.isRoleGranted(r)
model.getId()
to
protocolMapper
protocolMapper
to
protocolMapper
role.getId()
to
role
maryConsent.getClientId()
to
maryConsent.getClient().getId()