keycloak-scim/server-spi
Martin Idel 05b6ef8327 KEYCLOAK-14536 Migrate UserModel fields to attributes
- In order to make lastName/firstName/email/username field
  configurable in profile
  we need to store it as an attribute
- Keep database as is for now (no impact on performance, schema)
- Keep field names and getters and setters (no impact on FTL files)

Fix tests with logic changes

- PolicyEvaluationTest: We need to take new user attributes into account
- UserTest: We need to take into account new user attributes

Potential impact on users:

- When subclassing UserModel, consistency issues may occur since one can
  now set e.g. username via setSingleAttribute also
- When using PolicyEvaluations, the number of attributes has changed
2020-06-25 14:50:57 +02:00
..
src/main KEYCLOAK-14536 Migrate UserModel fields to attributes 2020-06-25 14:50:57 +02:00
pom.xml Set version to 11.0.0-SNAPSHOT 2020-04-29 12:57:55 +02:00