mirror of
https://github.com/google/nomulus
synced 2026-05-22 07:41:50 +00:00
* Add base object classes for new user/role permissioning model - Adds the permissions themselves - Adds the six roles that a user may have -- three global, three per-registrar - Adds the mapping from role -> set of permissions - Adds a UserRoles object to encapsulate the answer to the question of "does this user have this permission?" - Adds a User class as a base to show how we will use the new UserRoles object