attributeValue = updatedProfile.getAttributes().getFirstAttribute(attributeKey) | attributeValues = updatedProfile.getAttributes().getAttribute(attributeKey) | updatedProfile.getAttributes().getFirstAttribute(attributeKey) | updatedProfile.getAttributes().getAttribute(attributeKey) | keycloak | dae4a3eaf26590b8d441b8e4bec3b700ee303b72 | org.keycloak.userprofile.validation.ValidationChain | | _1 | attributeValue |
---|
_2 | attributeValues |
---|
| v0 | updatedProfile.getAttributes() |
---|
v1 | attributeKey |
---|
| | v0 | updatedProfile.getAttributes() |
---|
v1 | attributeKey |
---|
| AssignedTo | True |
String attributeValue=updatedProfile.getAttributes().getFirstAttribute(attributeKey); | List<String> attributeValues=updatedProfile.getAttributes().getAttribute(attributeKey); | updatedProfile.getAttributes().getFirstAttribute(attributeKey) | updatedProfile.getAttributes().getAttribute(attributeKey) | keycloak | dae4a3eaf26590b8d441b8e4bec3b700ee303b72 | org.keycloak.userprofile.validation.ValidationChain | | _1 | attributeValue |
---|
_2 | attributeValues |
---|
| v0 | updatedProfile.getAttributes() |
---|
v1 | attributeKey |
---|
| | v0 | updatedProfile.getAttributes() |
---|
v1 | attributeKey |
---|
| AssignedTo | True |
current = user.getFirstAttribute(attribute) | current = user.getAttribute(attribute) | user.getFirstAttribute(attribute) | user.getAttribute(attribute) | keycloak | bfec073457d2184c04f386e14825921b0063c54e | org.keycloak.broker.oidc.mappers.UserAttributeMapper | | | | | | AssignedTo | True |